Package | Description |
---|---|
org.stanwood.media.database |
Modifier and Type | Method and Description |
---|---|
org.hibernate.cfg.Configuration |
DBHelper.getConfiguration(DBResource resource)
Used to get the database configuration
|
java.lang.String |
DBHelper.getSchema(java.lang.String dialect)
Uses to get the database schema for a given dialect
|
org.hibernate.classic.Session |
DBHelper.getSession(DBResource resource)
Used to get the database session for a given resource
|