Uses of Class
org.hibernate.boot.model.source.spi.AttributePath
Packages that use AttributePath
Package
Description
This API allows intervention by generic code in the process of determining the names of
database objects (tables, columns, and constraints).
-
Uses of AttributePath in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return AttributePathModifier and TypeMethodDescriptionImplicitJoinTableNameSource.getAssociationOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.ImplicitAnyDiscriminatorColumnNameSource.getAttributePath()
Access the AttributePath to the ANY mappingImplicitAnyKeyColumnNameSource.getAttributePath()
Access to the AttributePath of the ANY mappingImplicitBasicColumnNameSource.getAttributePath()
Access to the AttributePath for the basic valueImplicitJoinColumnNameSource.getAttributePath()
Access to the name of the attribute that defines the association.ImplicitIdentifierColumnNameSource.getIdentifierAttributePath()
Access to the AttributePath for the entity's identifier attribute.ImplicitCollectionTableNameSource.getOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.ImplicitIndexColumnNameSource.getPluralAttributePath()
ImplicitMapKeyColumnNameSource.getPluralAttributePath()
Access the AttributePath for the Map attributeMethods in org.hibernate.boot.model.naming with parameters of type AttributePathModifier and TypeMethodDescriptionstatic void
ImplicitNamingStrategyComponentPathImpl.process
(AttributePath attributePath, StringBuilder sb) protected String
ImplicitNamingStrategyComponentPathImpl.transformAttributePath
(AttributePath attributePath) protected String
ImplicitNamingStrategyJpaCompliantImpl.transformAttributePath
(AttributePath attributePath) For JPA standards we typically need the unqualified name. -
Uses of AttributePath in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return AttributePathModifier and TypeMethodDescriptionAbstractPluralAttributeSourceImpl.getAttributePath()
CompositeIdentifierSingularAttributeSourceBasicImpl.getAttributePath()
CompositeIdentifierSingularAttributeSourceManyToOneImpl.getAttributePath()
PluralAttributeElementSourceBasicImpl.getAttributePath()
SingularAttributeSourceAnyImpl.getAttributePath()
AbstractEntitySourceImpl.getAttributePathBase()
EmbeddableSourceContainer.getAttributePathBase()
EmbeddableSourceImpl.getAttributePathBase()
EmbeddableSourceVirtualImpl.getAttributePathBase()
-
Uses of AttributePath in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return AttributePathModifier and TypeMethodDescriptionAttributeSource.getAttributePath()
AttributeSourceContainer.getAttributePathBase()
AttributePath.getParent()
static AttributePath
Constructors in org.hibernate.boot.model.source.spi with parameters of type AttributePath