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 PhysicalNamingStrategySnakeCaseImpl
quotedIdentifier, toPhysicalCatalogName, toPhysicalColumnName, toPhysicalSchemaName, toPhysicalSequenceName, toPhysicalTableName, unquotedIdentifierMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PhysicalNamingStrategy
toPhysicalTypeName
-
Constructor Details
-
CamelCaseToUnderscoresNamingStrategy
public CamelCaseToUnderscoresNamingStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
PhysicalNamingStrategySnakeCaseImpl.