Package | Description |
---|---|
org.stanwood.media | |
org.stanwood.media.actions.seendb | |
org.stanwood.media.database | |
org.stanwood.media.setup | |
org.stanwood.media.store.db |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DBResource> |
Controller.getDatabaseResources()
Used to get the database resources
|
Constructor and Description |
---|
DatabaseSeenDatabase(DBResource resource)
The constructor
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.cfg.Configuration |
DBHelper.getConfiguration(DBResource resource)
Used to get the database configuration
|
org.hibernate.classic.Session |
DBHelper.getSession(DBResource resource)
Used to get the database session for a given resource
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DBResource> |
ConfigReader.getDatabaseResources()
Used to get the database resources
|
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseStore.init(DBResource resource) |