Class Join

java.lang.Object
org.hibernate.mapping.Join
All Implemented Interfaces:
Serializable, AttributeContainer

public class Join extends Object implements AttributeContainer, Serializable
A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.
See Also:
  • Constructor Details

    • Join

      public Join()
  • Method Details