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 intallocationSizeprotected intinitialValueprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description JPAKeyGeneratorDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAllocationSize()intgetInitialValue()java.lang.StringgetName()voidsetAllocationSize(int allocationSize)voidsetInitialValue(int initialValue)voidsetName(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)
-
-