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)
Creates a new AbstractAttributeKey by appending the passed part.
|
AbstractAttributeKey |
AbstractAttributeKey.getParent()
Access to the parent part
|
Constructor and Description |
---|
AbstractAttributeKey(AbstractAttributeKey parent,
String property) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.