Uses of Class
org.hibernate.boot.model.source.spi.AttributePath
-
Packages that use AttributePath Package Description org.hibernate.boot.model.naming This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).org.hibernate.boot.model.source.internal.hbm 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 AttributePath
ImplicitJoinTableNameSource. getAssociationOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.AttributePath
ImplicitAnyDiscriminatorColumnNameSource. getAttributePath()
Access the AttributePath to the ANY mappingAttributePath
ImplicitAnyKeyColumnNameSource. getAttributePath()
Access to the AttributePath of the ANY mappingAttributePath
ImplicitBasicColumnNameSource. getAttributePath()
Access to the AttributePath for the basic valueAttributePath
ImplicitJoinColumnNameSource. getAttributePath()
Access to the name of the attribute that defines the association.AttributePath
ImplicitIdentifierColumnNameSource. getIdentifierAttributePath()
Access to the AttributePath for the entity's identifier attribute.AttributePath
ImplicitCollectionTableNameSource. getOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.AttributePath
ImplicitIndexColumnNameSource. getPluralAttributePath()
AttributePath
ImplicitMapKeyColumnNameSource. 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 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 AttributePath Modifier and Type Method Description AttributePath
AbstractPluralAttributeSourceImpl. getAttributePath()
AttributePath
CompositeIdentifierSingularAttributeSourceBasicImpl. getAttributePath()
AttributePath
CompositeIdentifierSingularAttributeSourceManyToOneImpl. getAttributePath()
AttributePath
PluralAttributeElementSourceBasicImpl. getAttributePath()
AttributePath
SingularAttributeSourceAnyImpl. getAttributePath()
AttributePath
AbstractEntitySourceImpl. getAttributePathBase()
AttributePath
EmbeddableSourceContainer. getAttributePathBase()
AttributePath
EmbeddableSourceImpl. getAttributePathBase()
AttributePath
EmbeddableSourceVirtualImpl. getAttributePathBase()
-
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 AttributePath
AttributePath. append(String property)
AttributePath
AttributeSource. getAttributePath()
AttributePath
AttributeSourceContainer. getAttributePathBase()
AttributePath
AttributePath. getParent()
static AttributePath
AttributePath. parse(String path)
Constructors in org.hibernate.boot.model.source.spi with parameters of type AttributePath Constructor Description AttributePath(AttributePath parent, String property)
-