Uses of Interface
org.hibernate.boot.model.naming.NamingStrategyHelper
-
Packages that use NamingStrategyHelper 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 -
-
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(java.lang.String explicitName, NamingStrategyHelper namingStrategyHelper)
Determine the logical name give a (potentiallynull
/empty) explicit name. -
Uses of NamingStrategyHelper in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type NamingStrategyHelper Modifier and Type Method 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)
-