Class MidPointPhysicalNamingStrategy
- java.lang.Object
- 
- org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- 
- com.evolveum.midpoint.repo.sql.util.MidPointPhysicalNamingStrategy
 
 
- 
- All Implemented Interfaces:
- Serializable,- org.hibernate.boot.model.naming.PhysicalNamingStrategy
 
 public class MidPointPhysicalNamingStrategy extends org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImplCreated by Viliam Repan (lazyman).- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MidPointPhysicalNamingStrategy()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.boot.model.naming.IdentifiertoPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)org.hibernate.boot.model.naming.IdentifiertoPhysicalTableName(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
 
- 
- 
- 
Method Detail- 
toPhysicalTableNamepublic org.hibernate.boot.model.naming.Identifier toPhysicalTableName(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)- Specified by:
- toPhysicalTableNamein interface- org.hibernate.boot.model.naming.PhysicalNamingStrategy
- Overrides:
- toPhysicalTableNamein class- org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
 - 
toPhysicalColumnNamepublic org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)- Specified by:
- toPhysicalColumnNamein interface- org.hibernate.boot.model.naming.PhysicalNamingStrategy
- Overrides:
- toPhysicalColumnNamein class- org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
 
- 
 
-