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 class
AttributePath
An attribute path is, generally speaking, the path of attribute names back to a "root" (which is either an entity or a persistent collection).class
AttributeRole
An 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 AbstractAttributeKey
AbstractAttributeKey. append(java.lang.String property)
Creates a new AbstractAttributeKey by appending the passed part.AbstractAttributeKey
AbstractAttributeKey. getParent()
Access to the parent partConstructors in org.hibernate.boot.model.source.spi with parameters of type AbstractAttributeKey Constructor Description AbstractAttributeKey(AbstractAttributeKey parent, java.lang.String property)
-