public interface SqlNamingScheme
Modifier and Type | Method and Description |
---|---|
NameNormalizer |
getNameNormalizer() |
String |
nameForCheckConstraint(String tableName,
String propertyName) |
String |
nameForForeignKeyConstraint(String tableName,
String fieldName,
String targetTableName) |
String |
nameForUniqueConstraint(String tableName,
String columnName) |
String nameForCheckConstraint(String tableName, String propertyName)
tableName
- propertyName
- String nameForForeignKeyConstraint(String tableName, String fieldName, String targetTableName)
NameNormalizer getNameNormalizer()
Copyright © 2018. All rights reserved.