Package com.jk.data.vendors.h2
Class H2PhysicalNamingStrategy
java.lang.Object
com.jk.data.datasource.DefaultPhysicalNamingStrategy
com.jk.data.vendors.h2.H2PhysicalNamingStrategy
- All Implemented Interfaces:
Serializable
,org.hibernate.boot.model.naming.PhysicalNamingStrategy
This class customizes the naming strategy for H2 databases.
It extends the DefaultPhysicalNamingStrategy
class.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.jk.data.datasource.DefaultPhysicalNamingStrategy
DefaultPhysicalNamingStrategy.NamePattern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method gets the pattern used for converting names in the physical naming strategy.Methods inherited from class com.jk.data.datasource.DefaultPhysicalNamingStrategy
getKeywords, toPhysicalCatalogName, toPhysicalColumnName, toPhysicalSchemaName, toPhysicalSequenceName, toPhysicalTableName
-
Constructor Details
-
H2PhysicalNamingStrategy
public H2PhysicalNamingStrategy()
-
-
Method Details
-
getPattern
This method gets the pattern used for converting names in the physical naming strategy.- Overrides:
getPattern
in classDefaultPhysicalNamingStrategy
- Returns:
- the
NamePattern
representing the naming pattern.
-