Package | Description |
---|---|
org.hibernate.boot.model.naming |
Represents a proposed new approach to allowing hooks into the process of determining
the name of database objects (tables, columns, constraints, etc).
|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Method and Description |
---|---|
AttributePath |
ImplicitJoinTableNameSource.getAssociationOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.
|
AttributePath |
ImplicitAnyDiscriminatorColumnNameSource.getAttributePath()
Access the AttributePath to the ANY mapping
|
AttributePath |
ImplicitAnyKeyColumnNameSource.getAttributePath()
Access to the AttributePath of the ANY mapping
|
AttributePath |
ImplicitBasicColumnNameSource.getAttributePath()
Access to the AttributePath for the basic value
|
AttributePath |
ImplicitJoinColumnNameSource.getAttributePath()
Access to the name of the attribute that defines the association.
|
AttributePath |
ImplicitIdentifierColumnNameSource.getIdentifierAttributePath()
Access to the AttributePath for the entity's identifier attribute.
|
AttributePath |
ImplicitCollectionTableNameSource.getOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.
|
AttributePath |
ImplicitIndexColumnNameSource.getPluralAttributePath() |
AttributePath |
ImplicitMapKeyColumnNameSource.getPluralAttributePath()
Access the AttributePath for the Map attribute
|
Modifier and Type | Method and Description |
---|---|
static void |
ImplicitNamingStrategyComponentPathImpl.process(AttributePath attributePath,
StringBuilder sb) |
protected String |
ImplicitNamingStrategyComponentPathImpl.transformAttributePath(AttributePath attributePath) |
protected String |
ImplicitNamingStrategyJpaCompliantImpl.transformAttributePath(AttributePath attributePath)
For JPA standards we typically need the unqualified name.
|
Modifier and Type | Method and Description |
---|---|
AttributePath |
AbstractPluralAttributeSourceImpl.getAttributePath() |
AttributePath |
CompositeIdentifierSingularAttributeSourceBasicImpl.getAttributePath() |
AttributePath |
CompositeIdentifierSingularAttributeSourceManyToOneImpl.getAttributePath() |
AttributePath |
PluralAttributeElementSourceBasicImpl.getAttributePath() |
AttributePath |
SingularAttributeSourceAnyImpl.getAttributePath() |
AttributePath |
AbstractEntitySourceImpl.getAttributePathBase() |
AttributePath |
EmbeddableSourceContainer.getAttributePathBase() |
AttributePath |
EmbeddableSourceImpl.getAttributePathBase() |
AttributePath |
EmbeddableSourceVirtualImpl.getAttributePathBase() |
Modifier and Type | Method and Description |
---|---|
AttributePath |
AttributePath.append(String property) |
AttributePath |
AttributeSource.getAttributePath() |
AttributePath |
AttributeSourceContainer.getAttributePathBase() |
AttributePath |
AttributePath.getParent() |
static AttributePath |
AttributePath.parse(String path) |
Constructor and Description |
---|
AttributePath(AttributePath parent,
String property) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.