|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Application-specific types implementing ScalarType should also register an appropriate implementation of this interface with the ScalarTypeFactory, so that the given ScalarType class can be created by the persistence layer.
Method Summary | |
ScalarType |
createInstance(java.lang.String dbString)
This method will create an instance of a specific implementation of ScalarType, |
java.lang.Class |
typeGenerated()
Inform the ScalarTypeFactory what type can be created by this generator. |
Method Detail |
public ScalarType createInstance(java.lang.String dbString) throws java.text.ParseException
dbString
- java.lang.String the string from which the instance is
to be created.
java.text.ParseException
public java.lang.Class typeGenerated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |