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 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, StringBuilder sb)protected StringImplicitNamingStrategyComponentPathImpl. transformAttributePath(AttributePath attributePath)protected StringImplicitNamingStrategyJpaCompliantImpl. 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 AttributePathAbstractPluralAttributeSourceImpl. getAttributePath()AttributePathCompositeIdentifierSingularAttributeSourceBasicImpl. getAttributePath()AttributePathCompositeIdentifierSingularAttributeSourceManyToOneImpl. getAttributePath()AttributePathPluralAttributeElementSourceBasicImpl. getAttributePath()AttributePathSingularAttributeSourceAnyImpl. getAttributePath()AttributePathAbstractEntitySourceImpl. getAttributePathBase()AttributePathEmbeddableSourceContainer. getAttributePathBase()AttributePathEmbeddableSourceImpl. getAttributePathBase()AttributePathEmbeddableSourceVirtualImpl. 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 AttributePathAttributePath. append(String property)AttributePathAttributeSource. getAttributePath()AttributePathAttributeSourceContainer. getAttributePathBase()AttributePathAttributePath. getParent()static AttributePathAttributePath. parse(String path)Constructors in org.hibernate.boot.model.source.spi with parameters of type AttributePath Constructor Description AttributePath(AttributePath parent, String property)
-