com.softslate.commerce.daos.core
Class HibernateNamingStrategy

java.lang.Object
  extended by org.hibernate.cfg.DefaultNamingStrategy
      extended by com.softslate.commerce.daos.core.HibernateNamingStrategy
All Implemented Interfaces:
java.io.Serializable, org.hibernate.cfg.NamingStrategy

public class HibernateNamingStrategy
extends org.hibernate.cfg.DefaultNamingStrategy

Author:
David Tobey
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 java.lang.String tablePrefix
           
 
Fields inherited from class org.hibernate.cfg.DefaultNamingStrategy
INSTANCE
 
Constructor Summary
HibernateNamingStrategy()
           
 
Method Summary
 java.lang.String tableName(java.lang.String tableName)
           
 
Methods inherited from class org.hibernate.cfg.DefaultNamingStrategy
classToTableName, collectionTableName, columnName, foreignKeyColumnName, joinKeyColumnName, logicalCollectionColumnName, logicalCollectionTableName, logicalColumnName, propertyToColumnName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

tablePrefix

public java.lang.String tablePrefix
Constructor Detail

HibernateNamingStrategy

public HibernateNamingStrategy()
Method Detail

tableName

public java.lang.String tableName(java.lang.String tableName)
Specified by:
tableName in interface org.hibernate.cfg.NamingStrategy
Overrides:
tableName in class org.hibernate.cfg.DefaultNamingStrategy


Copyright ? SoftSlate, LLC 2003?2005