类的使用
org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
使用AbstractAttributeKey的程序包 程序包 说明 org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.spi中AbstractAttributeKey的使用
org.hibernate.boot.model.source.spi中AbstractAttributeKey的子类 修饰符和类型 类 说明 classAttributePathAn attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).classAttributeRoleAn attribute role is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).返回AbstractAttributeKey的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 abstract AbstractAttributeKeyAbstractAttributeKey. append(String property)Creates a new AbstractAttributeKey by appending the passed part.AbstractAttributeKeyAbstractAttributeKey. getParent()Access to the parent part参数类型为AbstractAttributeKey的org.hibernate.boot.model.source.spi中的构造器 构造器 说明 AbstractAttributeKey(AbstractAttributeKey parent, String property)
-