Uses of Class
org.hibernate.boot.model.source.spi.AbstractAttributeKey
Packages that use AbstractAttributeKey
-
Uses of AbstractAttributeKey in org.hibernate.boot.model.source.spi
Subclasses of AbstractAttributeKey in org.hibernate.boot.model.source.spiModifier and TypeClassDescriptionclass
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
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 AbstractAttributeKeyModifier and TypeMethodDescriptionabstract AbstractAttributeKey
Creates a new AbstractAttributeKey by appending the passed part.AbstractAttributeKey.getParent()
Access to the parent partConstructors in org.hibernate.boot.model.source.spi with parameters of type AbstractAttributeKeyModifierConstructorDescriptionprotected
AbstractAttributeKey
(AbstractAttributeKey parent, String property)