public final class EntityPersistConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityPersistConfig.CacheConfig |
static class |
EntityPersistConfig.CollectionDefinition |
static class |
EntityPersistConfig.EntityDefinition |
| Constructor and Description |
|---|
EntityPersistConfig() |
| Modifier and Type | Method and Description |
|---|---|
EntityPersistConfig |
addCollection(EntityPersistConfig.CollectionDefinition definition) |
EntityPersistConfig |
addEntity(EntityPersistConfig.EntityDefinition definition) |
EntityPersistConfig.CacheConfig |
getCache() |
Collection<EntityPersistConfig.CollectionDefinition> |
getCollections() |
Collection<EntityPersistConfig.EntityDefinition> |
getEntites() |
EntityPersistConfig.EntityDefinition |
getEntity(Class<?> clazz) |
public Collection<EntityPersistConfig.EntityDefinition> getEntites()
public Collection<EntityPersistConfig.CollectionDefinition> getCollections()
public EntityPersistConfig.EntityDefinition getEntity(Class<?> clazz)
public EntityPersistConfig addEntity(EntityPersistConfig.EntityDefinition definition)
public EntityPersistConfig addCollection(EntityPersistConfig.CollectionDefinition definition)
public EntityPersistConfig.CacheConfig getCache()
Copyright © 2005–2018 The Beangle Software. All rights reserved.