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.cfg.annotations |
Modifier and Type | Method and Description |
---|---|
Identifier |
ObjectNameNormalizer.determineLogicalName(java.lang.String explicitName,
NamingStrategyHelper namingStrategyHelper)
Determine the logical name give a (potentially
null /empty) explicit name. |
Modifier and Type | Method and Description |
---|---|
static Table |
TableBinder.buildAndFillTable(java.lang.String schema,
java.lang.String catalog,
ObjectNameSource nameSource,
NamingStrategyHelper namingStrategyHelper,
boolean isAbstract,
java.util.List<UniqueConstraintHolder> uniqueConstraints,
java.util.List<JPAIndexHolder> jpaIndexHolders,
java.lang.String constraints,
MetadataBuildingContext buildingContext,
java.lang.String subselect,
InFlightMetadataCollector.EntityTableXref denormalizedSuperTableXref) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.