public interface AerospikePersistentEntity<T> extends PersistentEntity<T,AerospikePersistentProperty>
PersistentEntity.| Type | Property and Description |
|---|---|
boolean |
hasExpiration |
hasIdProperty, hasVersionProperty| 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, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulationforEach, iterator, spliteratorString getNamespace()
PersistentEntity shall be stored in.String getSetName()
com.aerospike.client.Key getKey()
int getExpiration()
boolean isTouchOnRead()
AerospikePersistentProperty getExpirationProperty()
boolean hasExpirationProperty()
Copyright © 2012–2020 Aerospike, Inc. All rights reserved.