net.sf.jzeno.aop
Class HibernateNamingStrategy

java.lang.Object
  extended by org.hibernate.cfg.DefaultNamingStrategy
      extended by net.sf.jzeno.aop.HibernateNamingStrategy
All Implemented Interfaces:
java.io.Serializable, org.hibernate.cfg.NamingStrategy

public class HibernateNamingStrategy
extends org.hibernate.cfg.DefaultNamingStrategy

See Also:
Serialized Form

Field Summary
 
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
 

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