public interface AerospikePersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,AerospikePersistentProperty>
PersistentEntity.| Modifier and Type | Method and Description |
|---|---|
int |
getExpiration() |
AerospikePersistentProperty |
getExpirationProperty() |
com.aerospike.client.Key |
getKey() |
java.lang.String |
getNamespace()
Returns the name of the set the
PersistentEntity shall be stored in. |
java.lang.String |
getSetName() |
boolean |
hasExpirationProperty() |
boolean |
isTouchOnRead() |
doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulationjava.lang.String getNamespace()
PersistentEntity shall be stored in.java.lang.String getSetName()
com.aerospike.client.Key getKey()
int getExpiration()
boolean isTouchOnRead()
AerospikePersistentProperty getExpirationProperty()
boolean hasExpirationProperty()