Uses of Class
org.hibernate.boot.model.naming.DatabaseIdentifier
-
Packages that use DatabaseIdentifier 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). -
-
Uses of DatabaseIdentifier in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming that return DatabaseIdentifier Modifier and Type Method Description static DatabaseIdentifier
DatabaseIdentifier. toIdentifier(java.lang.String text)
-