Uses of Interface
org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Packages that use PhysicalNamingStrategy Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).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.relational org.hibernate.boot.spi org.hibernate.cfg -
-
Uses of PhysicalNamingStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type PhysicalNamingStrategy Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyPhysicalNamingStrategy(PhysicalNamingStrategy namingStrategy)Specify the PhysicalNamingStrategy to use in building the Metadata. -
Uses of PhysicalNamingStrategy in org.hibernate.boot.model.naming
Classes in org.hibernate.boot.model.naming that implement PhysicalNamingStrategy Modifier and Type Class Description classCamelCaseToUnderscoresNamingStrategyOriginally copied from Spring Boot as this strategy is popular there (original name is SpringPhysicalNamingStrategy).classPhysicalNamingStrategyStandardImplStandard implementation of the PhysicalNamingStrategy contract. -
Uses of PhysicalNamingStrategy in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return PhysicalNamingStrategy Modifier and Type Method Description PhysicalNamingStrategyDatabase. getPhysicalNamingStrategy()Constructors in org.hibernate.boot.model.relational with parameters of type PhysicalNamingStrategy Constructor Description Namespace(PhysicalNamingStrategy physicalNamingStrategy, JdbcEnvironment jdbcEnvironment, Namespace.Name name) -
Uses of PhysicalNamingStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return PhysicalNamingStrategy Modifier and Type Method Description PhysicalNamingStrategyAbstractDelegatingMetadataBuildingOptions. getPhysicalNamingStrategy()PhysicalNamingStrategyMetadataBuildingOptions. getPhysicalNamingStrategy()Methods in org.hibernate.boot.spi with parameters of type PhysicalNamingStrategy Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyPhysicalNamingStrategy(PhysicalNamingStrategy namingStrategy) -
Uses of PhysicalNamingStrategy in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type PhysicalNamingStrategy Modifier and Type Method Description voidConfiguration. setPhysicalNamingStrategy(PhysicalNamingStrategy physicalNamingStrategy)
-