Package com.jk.data.vendors.mysql
Class MysqlPhysicalNamingStrategy
java.lang.Object
com.jk.data.datasource.DefaultPhysicalNamingStrategy
com.jk.data.vendors.mysql.MysqlPhysicalNamingStrategy
- All Implemented Interfaces:
Serializable
,org.hibernate.boot.model.naming.PhysicalNamingStrategy
This class customizes the naming strategy for MySQL 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 retrieves the list of MySQL reserved keywords.Methods inherited from class com.jk.data.datasource.DefaultPhysicalNamingStrategy
getPattern, toPhysicalCatalogName, toPhysicalColumnName, toPhysicalSchemaName, toPhysicalSequenceName, toPhysicalTableName
-
Constructor Details
-
MysqlPhysicalNamingStrategy
public MysqlPhysicalNamingStrategy()
-
-
Method Details
-
getKeywords
This method retrieves the list of MySQL reserved keywords.- Overrides:
getKeywords
in classDefaultPhysicalNamingStrategy
- Returns:
- a list of MySQL reserved keywords.
-