public static final class EntityPersistConfig.EntityDefinition extends Object
| Constructor and Description |
|---|
EntityDefinition(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
cache(String region,
String usage) |
boolean |
equals(Object obj) |
String |
getCacheRegion() |
String |
getCacheUsage() |
Class<?> |
getClazz() |
String |
getEntityName() |
int |
hashCode() |
void |
setCacheRegion(String cacheRegion) |
void |
setCacheUsage(String cacheUsage) |
public EntityDefinition(Class<?> clazz)
public String getEntityName()
public String getCacheUsage()
public void setCacheUsage(String cacheUsage)
public String getCacheRegion()
public void setCacheRegion(String cacheRegion)
public Class<?> getClazz()
Copyright © 2005–2018 The Beangle Software. All rights reserved.