Class JPAKeyGeneratorDescriptor

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

public abstract class JPAKeyGeneratorDescriptor extends Object
  • Field Details

    • name

      protected String name
    • allocationSize

      protected int allocationSize
    • initialValue

      protected int initialValue
  • Constructor Details

    • JPAKeyGeneratorDescriptor

      public JPAKeyGeneratorDescriptor()
  • Method Details

    • 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)