Package io.ran

Class KeyInfo

java.lang.Object
io.ran.KeyInfo

public class KeyInfo extends Object
  • Constructor Details

    • KeyInfo

      public KeyInfo(boolean primary, Property<?> property, String name, int order, boolean unique, boolean autoIncrement)
  • Method Details

    • isPrimary

      public boolean isPrimary()
    • getProperty

      public Property<?> getProperty()
    • order

      public int order()
    • getMapKey

      public String getMapKey()
    • getName

      public String getName()
    • isUnique

      public boolean isUnique()
    • isAutoIncrement

      public boolean isAutoIncrement()