Package | Description |
---|---|
org.hibernate.boot.model.source.spi |
Modifier and Type | Class and 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).
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractAttributeKey |
AbstractAttributeKey.append(String property) |
AbstractAttributeKey |
AbstractAttributeKey.getParent() |
Constructor and Description |
---|
AbstractAttributeKey(AbstractAttributeKey parent,
String property) |
Copyright © 2022. All rights reserved.