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 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() -
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)
-