Class PhysicalNamingStrategyStandardImpl

java.lang.Object
org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
All Implemented Interfaces:
Serializable, PhysicalNamingStrategy

public class PhysicalNamingStrategyStandardImpl extends Object implements PhysicalNamingStrategy, Serializable
Standard implementation of the PhysicalNamingStrategy contract. This is a trivial implementation where each physical name is taken to be exactly identical to the corresponding logical name.
See Also: