Uses of Interface
org.hibernate.boot.model.naming.EntityNaming
-
Packages that use EntityNaming 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 -
-
Uses of EntityNaming in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return EntityNaming Modifier and Type Method Description EntityNamingImplicitDiscriminatorColumnNameSource. getEntityNaming()Access the naming for the entityEntityNamingImplicitEntityNameSource. getEntityNaming()Access to the entity's name informationEntityNamingImplicitIdentifierColumnNameSource. getEntityNaming()Access the entity name informationEntityNamingImplicitJoinColumnNameSource. getEntityNaming()Access to entity naming information.EntityNamingImplicitTenantIdColumnNameSource. getEntityNaming()Access the entity name informationEntityNamingImplicitJoinTableNameSource. getNonOwningEntityNaming()Access to entity naming information for the owning side.EntityNamingImplicitCollectionTableNameSource. getOwningEntityNaming()Access to entity naming information for the owning side.EntityNamingImplicitJoinTableNameSource. getOwningEntityNaming()Access to entity naming information for the owning side.Methods in org.hibernate.boot.model.naming with parameters of type EntityNaming Modifier and Type Method Description protected StringImplicitNamingStrategyJpaCompliantImpl. transformEntityName(EntityNaming entityNaming)protected StringImplicitNamingStrategyLegacyHbmImpl. transformEntityName(EntityNaming entityNaming) -
Uses of EntityNaming in org.hibernate.boot.model.source.spi
Subinterfaces of EntityNaming in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfaceEntityNamingSourceNaming information about an entity.
-