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