Package org.castor.cpa.jpa.info
Class JPAKeyGeneratorDescriptor
java.lang.Object
org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
- Direct Known Subclasses:
JPASequenceGeneratorDescriptor
,JPATableGeneratorDescriptor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getName()
void
setAllocationSize
(int allocationSize) void
setInitialValue
(int initialValue) void
-
Field Details
-
name
-
allocationSize
protected int allocationSize -
initialValue
protected int initialValue
-
-
Constructor Details
-
JPAKeyGeneratorDescriptor
public JPAKeyGeneratorDescriptor()
-
-
Method Details
-
getName
-
setName
-
getAllocationSize
public int getAllocationSize() -
setAllocationSize
public void setAllocationSize(int allocationSize) -
getInitialValue
public int getInitialValue() -
setInitialValue
public void setInitialValue(int initialValue)
-