Uses of Class
org.exolab.castor.mapping.xml.KeyGeneratorDef
Packages that use KeyGeneratorDef
-
Uses of KeyGeneratorDef in org.exolab.castor.mapping.xml
Methods in org.exolab.castor.mapping.xml that return KeyGeneratorDefModifier and TypeMethodDescriptionMappingRoot.getKeyGeneratorDef()
Method getKeyGeneratorDef.Returns the contents of the collection in an Array.MappingRoot.getKeyGeneratorDef
(int index) Method getKeyGeneratorDef.MappingRoot.removeKeyGeneratorDefAt
(int index) Method removeKeyGeneratorDefAt.static KeyGeneratorDef
Method unmarshal.Methods in org.exolab.castor.mapping.xml that return types with arguments of type KeyGeneratorDefModifier and TypeMethodDescriptionEnumeration
<? extends KeyGeneratorDef> MappingRoot.enumerateKeyGeneratorDef()
Method enumerateKeyGeneratorDef.Iterator
<? extends KeyGeneratorDef> MappingRoot.iterateKeyGeneratorDef()
Method iterateKeyGeneratorDef.Methods in org.exolab.castor.mapping.xml with parameters of type KeyGeneratorDefModifier and TypeMethodDescriptionvoid
MappingRoot.addKeyGeneratorDef
(int index, KeyGeneratorDef vKeyGeneratorDef) void
MappingRoot.addKeyGeneratorDef
(KeyGeneratorDef vKeyGeneratorDef) boolean
MappingRoot.removeKeyGeneratorDef
(KeyGeneratorDef vKeyGeneratorDef) Method removeKeyGeneratorDef.void
MappingRoot.setKeyGeneratorDef
(int index, KeyGeneratorDef vKeyGeneratorDef) void
MappingRoot.setKeyGeneratorDef
(KeyGeneratorDef[] vKeyGeneratorDefArray)