Class HibernateNamingStrategy

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

public class HibernateNamingStrategy extends org.hibernate.cfg.DefaultNamingStrategy
Author:
David Tobey
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final long
     
     

    Fields inherited from class org.hibernate.cfg.DefaultNamingStrategy

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    tableName(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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • tablePrefix

      public String tablePrefix
  • Constructor Details

    • HibernateNamingStrategy

      public HibernateNamingStrategy()
  • Method Details

    • tableName

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