Package com.infobip.spring.data.common
Class PascalCaseNamingStrategy
java.lang.Object
com.infobip.spring.data.common.PascalCaseNamingStrategy
- All Implemented Interfaces:
org.springframework.data.relational.core.mapping.NamingStrategy
public class PascalCaseNamingStrategy
extends Object
implements org.springframework.data.relational.core.mapping.NamingStrategy
-
Field Summary
Fields inherited from interface org.springframework.data.relational.core.mapping.NamingStrategy
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnName(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property) getTableName(Class<?> type) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.relational.core.mapping.NamingStrategy
getKeyColumn, getReverseColumnName, getReverseColumnName, getReverseColumnName, getSchema
-
Constructor Details
-
PascalCaseNamingStrategy
public PascalCaseNamingStrategy()
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein interfaceorg.springframework.data.relational.core.mapping.NamingStrategy
-
getColumnName
public String getColumnName(org.springframework.data.relational.core.mapping.RelationalPersistentProperty property) - Specified by:
getColumnNamein interfaceorg.springframework.data.relational.core.mapping.NamingStrategy
-