Class Auto2


  • @Entity(name="RelationAuto2")
    public class Auto2
    extends Object
    This class is an example of the inverse/parent side of a one-to-one, bi-directional relationship that allows 0..1 and changing related entities.
    • Constructor Detail

      • Auto2

        public Auto2()
    • Method Detail

      • getId

        public int getId()
      • setType

        public void setType​(Auto2.Type type)
      • getDriver

        public Driver2 getDriver()
      • setDriver

        public void setDriver​(Driver2 driver)