|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.db4o.AbstractDb4oProvider
griffon.plugins.db4o.DefaultDb4oProvider
public class DefaultDb4oProvider extends AbstractDb4oProvider
| Field Summary | |
|---|---|
private static DefaultDb4oProvider |
INSTANCE
|
| Fields inherited from class AbstractDb4oProvider | |
|---|---|
| DEFAULT, LOG |
| Constructor Summary | |
private DefaultDb4oProvider()
|
|
| Method Summary | |
|---|---|
static DefaultDb4oProvider
|
getInstance()
|
protected com.db4o.ObjectContainer
|
getObjectContainer(String dataSourceName)
|
| Methods inherited from class AbstractDb4oProvider | |
|---|---|
| getObjectContainer, withDb4o, withDb4o, withDb4o, withDb4o |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final DefaultDb4oProvider INSTANCE
| Constructor Detail |
|---|
private DefaultDb4oProvider()
| Method Detail |
|---|
public static DefaultDb4oProvider getInstance()
@Override protected com.db4o.ObjectContainer getObjectContainer(String dataSourceName)
Groovy Documentation