Package | Description |
---|---|
org.castor.ddlgen |
This package contains functional classes, exceptions and Main class for
DDL generator.
|
org.castor.ddlgen.keygenerator |
This package contains various various key generator implementations as well as
factory classes for all of the key generators.
|
org.exolab.castor.mapping.xml |
Modifier and Type | Method and Description |
---|---|
KeyGenerator |
KeyGeneratorRegistry.createKeyGenerator(KeyGeneratorDef definition)
Create an instance of the key generator specifed by given definiton.
|
KeyGenerator |
KeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
|
Modifier and Type | Method and Description |
---|---|
KeyGenerator |
UUIDKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
|
KeyGenerator |
MaxKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
|
KeyGenerator |
SequenceKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
|
KeyGenerator |
IdentityKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
|
KeyGenerator |
HighLowKeyGeneratorFactory.createKeyGenerator(KeyGeneratorDef definition)
Create a key generator instance from the given definition with the algorithm the
factory is responsible for.
|
Constructor and Description |
---|
HighLowKeyGenerator(KeyGeneratorDef definition)
Constructor for HIGH-LOW key generator specified by given defintion.
|
IdentityKeyGenerator(KeyGeneratorDef definition)
Constructor for IDENTITY key generator specified by given defintion.
|
MaxKeyGenerator(KeyGeneratorDef definition)
Constructor for MAX key generator specified by given defintion.
|
SequenceKeyGenerator(SequenceKeyGeneratorFactory factory,
KeyGeneratorDef definition)
Constructor for SEQUENCE key generator specified by given defintion.
|
UUIDKeyGenerator(KeyGeneratorDef definition)
Constructor for UUID key generator specified by given defintion.
|
Modifier and Type | Method and Description |
---|---|
KeyGeneratorDef[] |
MappingRoot.getKeyGeneratorDef()
Method getKeyGeneratorDef.Returns the contents of the
collection in an Array.
|
KeyGeneratorDef |
MappingRoot.getKeyGeneratorDef(int index)
Method getKeyGeneratorDef.
|
KeyGeneratorDef |
MappingRoot.removeKeyGeneratorDefAt(int index)
Method removeKeyGeneratorDefAt.
|
static KeyGeneratorDef |
KeyGeneratorDef.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends KeyGeneratorDef> |
MappingRoot.enumerateKeyGeneratorDef()
Method enumerateKeyGeneratorDef.
|
Iterator<? extends KeyGeneratorDef> |
MappingRoot.iterateKeyGeneratorDef()
Method iterateKeyGeneratorDef.
|
Modifier and Type | Method and Description |
---|---|
void |
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) |
Copyright © 2013. All rights reserved.