Interface AerospikePersistentEntity<T>
- All Superinterfaces:
Iterable<AerospikePersistentProperty>,PersistentEntity<T,AerospikePersistentProperty>
- All Known Implementing Classes:
BasicAerospikePersistentEntity
public interface AerospikePersistentEntity<T> extends PersistentEntity<T,AerospikePersistentProperty>
Aerospike-specific extensions of
PersistentEntity.- Author:
- Oliver Gierke, Peter Milne
-
Method Summary
Modifier and Type Method Description intgetExpiration()AerospikePersistentPropertygetExpirationProperty()StringgetSetName()booleanhasExpirationProperty()booleanisTouchOnRead()Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.springframework.data.mapping.PersistentEntity
doWithAll, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulation
-
Method Details
-
getSetName
String getSetName() -
getExpiration
int getExpiration() -
isTouchOnRead
boolean isTouchOnRead() -
getExpirationProperty
AerospikePersistentProperty getExpirationProperty() -
hasExpirationProperty
boolean hasExpirationProperty()
-