|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserGenerator
This Interface must be implemented by custom mapping users when a column of a relational table must be filled with a custom generated value.
Warning !
User must also supply an object inplementing the TypeInfo interface for this generator.
Method Summary | |
---|---|
java.lang.String |
getXMLType()
Return the corresponding XML Schema type using the XML Schema recommendation syntax. |
Methods inherited from interface org.xquark.mapping.Generator |
---|
getValue |
Method Detail |
---|
java.lang.String getXMLType()
You must not use the the prefix for XML Schema namespace which is implicitly defined
.Examples:/B>
string
decimal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |