Uses of Interface
org.hibernate.boot.model.naming.NamingStrategyHelper
-
Packages that use NamingStrategyHelper Package Description org.hibernate.boot.model.internal 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). -
-
Uses of NamingStrategyHelper in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type NamingStrategyHelper Modifier and Type Method Description static Table
TableBinder. buildAndFillTable(String schema, String catalog, ObjectNameSource nameSource, NamingStrategyHelper namingStrategyHelper, boolean isAbstract, List<UniqueConstraintHolder> uniqueConstraints, List<JPAIndexHolder> jpaIndexHolders, String constraints, MetadataBuildingContext buildingContext, String subselect, InFlightMetadataCollector.EntityTableXref denormalizedSuperTableXref)
-
Uses of NamingStrategyHelper in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type NamingStrategyHelper Modifier and Type Method Description Identifier
ObjectNameNormalizer. determineLogicalName(String explicitName, NamingStrategyHelper namingStrategyHelper)
Determine the logical name give a (potentiallynull
/empty) explicit name.
-