public static interface ObjectNameNormalizer.NamingStrategyHelper
NamingStrategy
in different situations.Modifier and Type | Method and Description |
---|---|
java.lang.String |
determineImplicitName(NamingStrategy strategy)
Called when the user supplied no explicit name/identifier for the given database object.
|
java.lang.String |
handleExplicitName(NamingStrategy strategy,
java.lang.String name)
Called when the user has supplied an explicit name for the database object.
|
java.lang.String determineImplicitName(NamingStrategy strategy)
strategy
- The naming strategy in effectjava.lang.String handleExplicitName(NamingStrategy strategy, java.lang.String name)
strategy
- The naming strategy in effectname
- The normalized
explicit object name.Copyright © 2013. All Rights Reserved.