public abstract class AbstractPersistModule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractPersistModule.CacheHolder |
static class |
AbstractPersistModule.EntityHolder |
| Constructor and Description |
|---|
AbstractPersistModule() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPersistModule.EntityHolder |
add(Class<? extends Entity<?>>... classes) |
protected AbstractPersistModule.CacheHolder |
cache() |
protected AbstractPersistModule.CacheHolder |
cache(String region) |
protected List<EntityPersistConfig.CollectionDefinition> |
collection(Class<?> clazz,
String... properties) |
protected void |
defaultCache(String region,
String usage) |
protected abstract void |
doConfig() |
EntityPersistConfig |
getConfig() |
protected abstract void doConfig()
protected final AbstractPersistModule.EntityHolder add(Class<? extends Entity<?>>... classes)
protected final AbstractPersistModule.CacheHolder cache(String region)
protected final AbstractPersistModule.CacheHolder cache()
protected final List<EntityPersistConfig.CollectionDefinition> collection(Class<?> clazz, String... properties)
public final EntityPersistConfig getConfig()
Copyright © 2005–2018 The Beangle Software. All rights reserved.