Java org.hibernate.cfg NamingStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.cfg NamingStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.cfg NamingStrategy.

The text is from its open source code.

Implementation

org.hibernate.cfg.NamingStrategy has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringclassToTableName(String className)
Return a table name for an entity class
StringcollectionTableName(String ownerEntity, String ownerEntityTable, String associatedEntity, String associatedEntityTable, String propertyName)
Return a collection table name ie an association having a join table
StringcolumnName(String columnName)
Alter the column name given in the mapping document
StringpropertyToColumnName(String propertyName)
Return a column name for a property path expression
StringtableName(String tableName)
Alter the table name given in the mapping document