org.castor.cpa.jpa.info
Class JPAKeyGeneratorDescriptor

java.lang.Object
  extended by org.castor.cpa.jpa.info.JPAKeyGeneratorDescriptor
Direct Known Subclasses:
JPASequenceGeneratorDescriptor, JPATableGeneratorDescriptor

public abstract class JPAKeyGeneratorDescriptor
extends Object

Version:
$Revision: 8994 $ $Date: 2011-08-02 01:40:59 +0200 (Di, 02 Aug 2011) $
Author:
Werner Guttmann

Constructor Summary
JPAKeyGeneratorDescriptor()
           
 
Method Summary
 int getAllocationSize()
           
 int getInitialValue()
           
 String getName()
           
 void setAllocationSize(int allocationSize)
           
 void setInitialValue(int initialValue)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAKeyGeneratorDescriptor

public JPAKeyGeneratorDescriptor()
Method Detail

getName

public final String getName()

setName

public final void setName(String name)

getAllocationSize

public final int getAllocationSize()

setAllocationSize

public final void setAllocationSize(int allocationSize)

getInitialValue

public final int getInitialValue()

setInitialValue

public final void setInitialValue(int initialValue)


Copyright © 2012. All Rights Reserved.