Uses of Class
org.hibernate.boot.model.source.spi.AttributePath
-
Packages that use AttributePath Package Description org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.source.spi -
-
Uses of AttributePath in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return AttributePath Modifier and Type Method Description AttributePathImplicitJoinTableNameSource. getAssociationOwningAttributePath()Access to the name of the attribute, from the owning side, that defines the association.AttributePathImplicitAnyDiscriminatorColumnNameSource. getAttributePath()Access the AttributePath to the ANY mappingAttributePathImplicitAnyKeyColumnNameSource. getAttributePath()Access to the AttributePath of the ANY mappingAttributePathImplicitBasicColumnNameSource. getAttributePath()Access to the AttributePath for the basic valueAttributePathImplicitJoinColumnNameSource. getAttributePath()Access to the name of the attribute that defines the association.AttributePathImplicitIdentifierColumnNameSource. getIdentifierAttributePath()Access to the AttributePath for the entity's identifier attribute.AttributePathImplicitCollectionTableNameSource. getOwningAttributePath()Access to the name of the attribute, from the owning side, that defines the association.AttributePathImplicitIndexColumnNameSource. getPluralAttributePath()AttributePathImplicitMapKeyColumnNameSource. getPluralAttributePath()Access the AttributePath for the Map attributeMethods in org.hibernate.boot.model.naming with parameters of type AttributePath Modifier and Type Method Description static voidImplicitNamingStrategyComponentPathImpl. process(AttributePath attributePath, java.lang.StringBuilder sb)protected java.lang.StringImplicitNamingStrategyComponentPathImpl. transformAttributePath(AttributePath attributePath)protected java.lang.StringImplicitNamingStrategyJpaCompliantImpl. transformAttributePath(AttributePath attributePath)For JPA standards we typically need the unqualified name. -
Uses of AttributePath in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return AttributePath Modifier and Type Method Description AttributePathAttributePath. append(java.lang.String property)AttributePathAttributeSource. getAttributePath()AttributePathAttributeSourceContainer. getAttributePathBase()AttributePathAttributePath. getParent()static AttributePathAttributePath. parse(java.lang.String path)Constructors in org.hibernate.boot.model.source.spi with parameters of type AttributePath Constructor Description AttributePath(AttributePath parent, java.lang.String property)
-