public class HibernateProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
configuration |
protected org.hibernate.cfg.Configuration |
hibernateConfiguration |
protected org.hibernate.SessionFactory |
hibernateSessionFactory |
protected List<Class<?>> |
persistentClasses
List of persistent classes
|
protected TopiaServiceSupport |
topiaServiceSupport |
| Constructor and Description |
|---|
HibernateProvider(Map<String,String> configuration,
TopiaServiceSupport topiaServiceSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.hibernate.cfg.Configuration |
getHibernateConfiguration() |
List<Class<?>> |
getPersistentClasses() |
protected String |
getProperty(String key) |
protected String |
getProperty(String key,
String defaultValue) |
org.hibernate.SessionFactory |
getSessionFactory() |
protected org.hibernate.SessionFactory hibernateSessionFactory
protected org.hibernate.cfg.Configuration hibernateConfiguration
protected TopiaServiceSupport topiaServiceSupport
public HibernateProvider(Map<String,String> configuration, TopiaServiceSupport topiaServiceSupport)
Copyright © 2004–2013 CodeLutin. All rights reserved.