Package org.hibernate.boot.model.naming
Class CamelCaseToUnderscoresNamingStrategy
java.lang.Object
org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
- All Implemented Interfaces:
PhysicalNamingStrategy
@Deprecated(since="7",
forRemoval=true)
public class CamelCaseToUnderscoresNamingStrategy
extends PhysicalNamingStrategySnakeCaseImpl
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.hibernate.boot.model.naming.PhysicalNamingStrategySnakeCaseImpl
quotedIdentifier, toPhysicalCatalogName, toPhysicalColumnName, toPhysicalSchemaName, toPhysicalSequenceName, toPhysicalTableName, unquotedIdentifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
toPhysicalTypeName
-
Constructor Details
-
CamelCaseToUnderscoresNamingStrategy
public CamelCaseToUnderscoresNamingStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
PhysicalNamingStrategySnakeCaseImpl
.