Uses of Interface
org.hibernate.boot.model.naming.PhysicalNamingStrategy

Packages that use PhysicalNamingStrategy
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).
Some SPIs related to DDL generation and schema management.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
Validation for HQL queries.