Class PrimaryKeyColumn

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PrimaryKeyColumn​(String name, Class type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getName()  
      Class getType()  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrimaryKeyColumn

        protected PrimaryKeyColumn​(String name,
                                   Class type)
    • Method Detail

      • getName

        public String getName()
      • getType

        public Class getType()