类的使用
org.hibernate.boot.model.source.spi.AttributePath
-
使用AttributePath的程序包 程序包 说明 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.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.naming中AttributePath的使用
返回AttributePath的org.hibernate.boot.model.naming中的方法 修饰符和类型 方法 说明 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 attribute参数类型为AttributePath的org.hibernate.boot.model.naming中的方法 修饰符和类型 方法 说明 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. -
org.hibernate.boot.model.source.internal.hbm中AttributePath的使用
返回AttributePath的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 AttributePathAbstractPluralAttributeSourceImpl. getAttributePath()AttributePathCompositeIdentifierSingularAttributeSourceBasicImpl. getAttributePath()AttributePathCompositeIdentifierSingularAttributeSourceManyToOneImpl. getAttributePath()AttributePathPluralAttributeElementSourceBasicImpl. getAttributePath()AttributePathSingularAttributeSourceAnyImpl. getAttributePath()AttributePathAbstractEntitySourceImpl. getAttributePathBase()AttributePathEmbeddableSourceContainer. getAttributePathBase()AttributePathEmbeddableSourceImpl. getAttributePathBase()AttributePathEmbeddableSourceVirtualImpl. getAttributePathBase() -
org.hibernate.boot.model.source.spi中AttributePath的使用
返回AttributePath的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 AttributePathAttributePath. append(String property)AttributePathAttributeSource. getAttributePath()AttributePathAttributeSourceContainer. getAttributePathBase()AttributePathAttributePath. getParent()static AttributePathAttributePath. parse(String path)参数类型为AttributePath的org.hibernate.boot.model.source.spi中的构造器 构造器 说明 AttributePath(AttributePath parent, String property)
-