Class JPAKeyGeneratorDescriptor

    • Field Detail

      • name

        protected java.lang.String name
      • allocationSize

        protected int allocationSize
      • initialValue

        protected int initialValue
    • Constructor Detail

      • JPAKeyGeneratorDescriptor

        public JPAKeyGeneratorDescriptor()
    • 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)