Uses of Annotation Interface
jakarta.persistence.JoinTable
Packages that use JoinTable
-
Uses of JoinTable in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return JoinTableModifier and TypeMethodDescriptionAbstractPropertyHolder.getJoinTable(XProperty property) Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.PropertyHolder.getJoinTable(XProperty property) return - null if no join table is present, - the join table if not overridden, - the overridden join table otherwiseAbstractPropertyHolder.getOverriddenJoinTable(String propertyName) Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.Methods in org.hibernate.boot.model.internal with parameters of type JoinTableModifier and TypeMethodDescriptionCollectionPropertyHolder.addJoin(JoinTable joinTableAnn, Table table, boolean noDelayInPkColumnCreation) ComponentPropertyHolder.addJoin(JoinTable joinTable, Table table, boolean noDelayInPkColumnCreation) EntityBinder.addJoin(JoinTable joinTable, PropertyHolder holder, boolean noDelayInPkColumnCreation) Constructors in org.hibernate.boot.model.internal with parameters of type JoinTableModifierConstructorDescriptionImplicitToOneJoinTableSecondPass(PropertyHolder propertyHolder, PropertyData inferredData, MetadataBuildingContext context, AnnotatedJoinColumns joinColumns, JoinTable joinTable, NotFoundAction notFoundAction, ManyToOne value)