Uses of Class
org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Packages that use AbstractAttributeKey Package Description org.hibernate.boot.model.source.spi -
-
Uses of AbstractAttributeKey in org.hibernate.boot.model.source.spi
Subclasses of AbstractAttributeKey in org.hibernate.boot.model.source.spi Modifier and Type Class Description 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).Methods in org.hibernate.boot.model.source.spi that return AbstractAttributeKey Modifier and Type Method Description abstract AbstractAttributeKeyAbstractAttributeKey. append(String property)Creates a new AbstractAttributeKey by appending the passed part.AbstractAttributeKeyAbstractAttributeKey. getParent()Access to the parent partConstructors in org.hibernate.boot.model.source.spi with parameters of type AbstractAttributeKey Constructor Description AbstractAttributeKey(AbstractAttributeKey parent, String property)
-