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.spi |
Modifier and Type | Method and Description |
---|---|
EntityNaming |
ImplicitEntityNameSource.getEntityNaming()
Access to the entity's name information
|
EntityNaming |
ImplicitJoinColumnNameSource.getEntityNaming()
Access to entity naming information.
|
EntityNaming |
ImplicitIdentifierColumnNameSource.getEntityNaming()
Access the entity name information
|
EntityNaming |
ImplicitDiscriminatorColumnNameSource.getEntityNaming()
Access the naming for the entity
|
EntityNaming |
ImplicitTenantIdColumnNameSource.getEntityNaming()
Access the entity name information
|
EntityNaming |
ImplicitJoinTableNameSource.getNonOwningEntityNaming()
Access to entity naming information for the owning side.
|
EntityNaming |
ImplicitCollectionTableNameSource.getOwningEntityNaming()
Access to entity naming information for the owning side.
|
EntityNaming |
ImplicitJoinTableNameSource.getOwningEntityNaming()
Access to entity naming information for the owning side.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ImplicitNamingStrategyLegacyHbmImpl.transformEntityName(EntityNaming entityNaming) |
protected String |
ImplicitNamingStrategyJpaCompliantImpl.transformEntityName(EntityNaming entityNaming) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityNamingSource
Naming information about an entity.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.