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 Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
allocationSize
protected int allocationSize
initialValue
protected int initialValue
JPAKeyGeneratorDescriptor
public JPAKeyGeneratorDescriptor()
getName
public String getName()
setName
public void setName(String name)
getAllocationSize
public int getAllocationSize()
setAllocationSize
public void setAllocationSize(int allocationSize)
getInitialValue
public int getInitialValue()
setInitialValue
public void setInitialValue(int initialValue)
Copyright © 2011. All Rights Reserved.