Class House


  • @Entity
    public class House
    extends Object
    This class provides an example of a parent/inverse side of a many-to-one, uni-directional relationship where the parent and foreign key must use a compound value.
    • Constructor Detail

      • House

        protected House()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)