public class BasicAerospikePersistentEntity<T> extends BasicPersistentEntity<T,AerospikePersistentProperty> implements AerospikePersistentEntity<T>
AerospikePersistentEntity.hasIdProperty, hasVersionPropertyhasIdProperty, hasVersionProperty| Constructor and Description |
|---|
BasicAerospikePersistentEntity(TypeInformation<T> information)
Creates a new
BasicAerospikePersistentEntity using the given TypeInformation. |
| Modifier and Type | Method and Description |
|---|---|
long |
getGeneration() |
com.aerospike.client.Key |
getKey() |
String |
getSetName()
Returns the name of the set the
PersistentEntity shall be stored in. |
int |
getTTL() |
addAssociation, addPersistentProperty, doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionProperty, returnPropertyIfBetterIdPropertyCandidateOrNull, setPersistentPropertyAccessorFactory, verifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionPropertypublic BasicAerospikePersistentEntity(TypeInformation<T> information)
BasicAerospikePersistentEntity using the given TypeInformation.information - must not be null.public String getSetName()
AerospikePersistentEntityPersistentEntity shall be stored in.getSetName in interface AerospikePersistentEntity<T>public com.aerospike.client.Key getKey()
getKey in interface AerospikePersistentEntity<T>public long getGeneration()
getGeneration in interface AerospikePersistentEntity<T>public int getTTL()
getTTL in interface AerospikePersistentEntity<T>Copyright © 2011-2015–2017 Aerospike Inc.. All rights reserved.