org.hibernate.cfg.ObjectNameNormalizer.NamingStrategyHelper |
Helper contract for dealing with NamingStrategy
in different situations.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the user supplied no explicit name/identifier for the given database object.
| |||||||||||
Called when the user has supplied an explicit name for the database object.
|
Called when the user supplied no explicit name/identifier for the given database object.
strategy | The naming strategy in effect |
---|
Called when the user has supplied an explicit name for the database object.
strategy | The naming strategy in effect |
---|---|
name | The normalized explicit object name. |