public abstract class AbstractHibernateConfiguration extends Object implements HibernateConfiguration
HibernateConfiguration
implementation, that requires clients only to supply values where no reasonable default can be found.Constructor and Description |
---|
AbstractHibernateConfiguration() |
Modifier and Type | Method and Description |
---|---|
Class<? extends org.hibernate.dialect.Dialect> |
getDbDialectClass()
The hibernate dialect to use.
|
Map<String,String> |
getProperties()
A map of arbitrary hibernate configuration properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDbConnectionUrl, getDbDriverClass, getDbPass, getDbUser, getDomainClasses, getHbm2dllAuto
public Class<? extends org.hibernate.dialect.Dialect> getDbDialectClass()
HibernateConfiguration
getDbDialectClass
in interface HibernateConfiguration
public Map<String,String> getProperties()
HibernateConfiguration
getProperties
in interface HibernateConfiguration
Copyright © 2012-2013. All Rights Reserved.