public interface AerospikePersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,AerospikePersistentProperty>
PersistentEntity.| Type | Property and Description |
|---|---|
boolean |
hasExpiration |
| Modifier and Type | Method and Description |
|---|---|
int |
getExpiration() |
AerospikePersistentProperty |
getExpirationProperty() |
com.aerospike.client.Key |
getKey() |
String |
getNamespace()
Returns the name of the set the
PersistentEntity shall be stored in. |
String |
getSetName() |
boolean |
hasExpirationProperty() |
boolean |
isTouchOnRead() |
doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionPropertyString getNamespace()
PersistentEntity shall be stored in.String getSetName()
com.aerospike.client.Key getKey()
int getExpiration()
boolean isTouchOnRead()
AerospikePersistentProperty getExpirationProperty()
boolean hasExpirationProperty()
Copyright © 2011–2018 Aerospike Inc.. All rights reserved.