Package org.castor.cpa.jpa.info
Class JPAKeyGeneratorDescriptor
- java.lang.Object
-
- org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
-
- Direct Known Subclasses:
JPASequenceGeneratorDescriptor
,JPATableGeneratorDescriptor
public abstract class JPAKeyGeneratorDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
allocationSize
protected int
initialValue
protected java.lang.String
name
-
Constructor Summary
Constructors Constructor Description JPAKeyGeneratorDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAllocationSize()
int
getInitialValue()
java.lang.String
getName()
void
setAllocationSize(int allocationSize)
void
setInitialValue(int initialValue)
void
setName(java.lang.String name)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getAllocationSize
public int getAllocationSize()
-
setAllocationSize
public void setAllocationSize(int allocationSize)
-
getInitialValue
public int getInitialValue()
-
setInitialValue
public void setInitialValue(int initialValue)
-
-