public class GemfirePersistentEntity<T> extends BasicPersistentEntity<T,GemfirePersistentProperty>
PersistentEntity implementation adding custom Gemfire related metadata, such as the region the entity is
mapped to etc.hasIdProperty, hasVersionProperty| Constructor and Description |
|---|
GemfirePersistentEntity(TypeInformation<T> information)
Creates a new
GemfirePersistentEntity for the given TypeInformation. |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegionName()
Returns the name of the region the entity shall be stored in.
|
addAssociation, addPersistentProperty, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionProperty, returnPropertyIfBetterIdPropertyCandidateOrNull, verifypublic GemfirePersistentEntity(TypeInformation<T> information)
GemfirePersistentEntity for the given TypeInformation.information - must not be null.public String getRegionName()
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.