com.wideplay.warp.persist.db4o
Class Db4oPersistenceStrategy
java.lang.Object
com.wideplay.warp.persist.db4o.Db4oPersistenceStrategy
- All Implemented Interfaces:
- PersistenceStrategy
public class Db4oPersistenceStrategy
- extends Object
- implements PersistenceStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBindings
public PersistenceModule getBindings(PersistenceConfiguration config)
- Description copied from interface:
PersistenceStrategy
- Produces a
PersistenceModule
from the given configuration.
- Specified by:
getBindings
in interface PersistenceStrategy
- Parameters:
config
- all configuration gathered through the public fluent interface API
- Returns:
- the
PersistenceModule
containing all
that's needed for configuring this PersistenceStrategy
builder
public static Db4oPersistenceStrategy.Db4oPersistenceStrategyBuilder builder()