Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.cfg.annotations |
Modifier and Type | Method and Description |
---|---|
JoinTable |
PropertyHolder.getJoinTable(XProperty property)
return
- null if no join table is present,
- the join table if not overridden,
- the overridden join table otherwise
|
JoinTable |
AbstractPropertyHolder.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.
|
JoinTable |
AbstractPropertyHolder.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.
|
Modifier and Type | Method and Description |
---|---|
Join |
PropertyHolder.addJoin(JoinTable joinTableAnn,
boolean noDelayInPkColumnCreation) |
Join |
ComponentPropertyHolder.addJoin(JoinTable joinTableAnn,
boolean noDelayInPkColumnCreation) |
Join |
CollectionPropertyHolder.addJoin(JoinTable joinTableAnn,
boolean noDelayInPkColumnCreation) |
Join |
ClassPropertyHolder.addJoin(JoinTable joinTableAnn,
boolean noDelayInPkColumnCreation) |
Modifier and Type | Method and Description |
---|---|
Join |
EntityBinder.addJoin(JoinTable joinTable,
PropertyHolder holder,
boolean noDelayInPkColumnCreation) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.