public class GemfirePersistentEntity<T> extends org.springframework.data.mapping.model.BasicPersistentEntity<T,GemfirePersistentProperty>
PersistentEntity
implementation adding custom Gemfire related metadata, such as the region the entity is
mapped to etc.Constructor and Description |
---|
GemfirePersistentEntity(org.springframework.data.util.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, verify
public GemfirePersistentEntity(org.springframework.data.util.TypeInformation<T> information)
GemfirePersistentEntity
for the given TypeInformation
.information
- must not be null.public String getRegionName()