Uses of Interface
org.hibernate.boot.model.naming.PhysicalNamingStrategy
-
Packages that use PhysicalNamingStrategy Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.model.naming This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.jpamodelgen.validation Validation for HQL queries. -
-
Uses of PhysicalNamingStrategy in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type PhysicalNamingStrategy Modifier and Type Method Description MetadataBuilder
MetadataBuilder. applyPhysicalNamingStrategy(PhysicalNamingStrategy namingStrategy)
Specify thePhysicalNamingStrategy
. -
Uses of PhysicalNamingStrategy in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return PhysicalNamingStrategy Modifier and Type Method Description PhysicalNamingStrategy
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getPhysicalNamingStrategy()
Methods in org.hibernate.boot.internal with parameters of type PhysicalNamingStrategy Modifier and Type Method Description MetadataBuilder
MetadataBuilderImpl. applyPhysicalNamingStrategy(PhysicalNamingStrategy namingStrategy)
-
Uses of PhysicalNamingStrategy in org.hibernate.boot.model.naming
Classes in org.hibernate.boot.model.naming that implement PhysicalNamingStrategy Modifier and Type Class Description class
CamelCaseToUnderscoresNamingStrategy
Originally copied from Spring Boot as this strategy is popular there (original name is SpringPhysicalNamingStrategy).class
PhysicalNamingStrategyStandardImpl
Standard implementation of thePhysicalNamingStrategy
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 PhysicalNamingStrategy
Database. 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 PhysicalNamingStrategy
AbstractDelegatingMetadataBuildingOptions. getPhysicalNamingStrategy()
PhysicalNamingStrategy
MetadataBuildingOptions. getPhysicalNamingStrategy()
Methods in org.hibernate.boot.spi with parameters of type PhysicalNamingStrategy Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyPhysicalNamingStrategy(PhysicalNamingStrategy namingStrategy)
-
Uses of PhysicalNamingStrategy in org.hibernate.cfg
Methods in org.hibernate.cfg that return PhysicalNamingStrategy Modifier and Type Method Description PhysicalNamingStrategy
Configuration. getPhysicalNamingStrategy()
ThePhysicalNamingStrategy
, if any, to use in this configuration.Methods in org.hibernate.cfg with parameters of type PhysicalNamingStrategy Modifier and Type Method Description Configuration
Configuration. setPhysicalNamingStrategy(PhysicalNamingStrategy physicalNamingStrategy)
Set aPhysicalNamingStrategy
to use in this configuration. -
Uses of PhysicalNamingStrategy in org.hibernate.jpamodelgen.validation
Methods in org.hibernate.jpamodelgen.validation that return PhysicalNamingStrategy Modifier and Type Method Description PhysicalNamingStrategy
MockSessionFactory. getPhysicalNamingStrategy()
-