public class NamingStrategyProvider extends java.lang.Object
| Constructor and description |
|---|
NamingStrategyProvider() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
configureNamingStrategy(java.lang.String datasourceName, java.lang.Object strategy)Configures the naming strategy for a given datasource. |
|
public PhysicalNamingStrategy |
getPhysicalNamingStrategy(java.lang.String sessionFactoryBeanName) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Configures the naming strategy for a given datasource.
datasourceName - the datasource namestrategy - the naming strategy (instance, Class, or class name)