T - public interface RedisPersistentEntity<T>
extends org.springframework.data.keyvalue.core.mapping.KeyValuePersistentEntity<T>
PersistentEntity.| Type | Property and Description |
|---|---|
boolean |
hasExplictTimeToLive |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mapping.PersistentProperty<? extends org.springframework.data.mapping.PersistentProperty<?>> |
getExplicitTimeToLiveProperty()
Get the
PersistentProperty that is annotated with TimeToLive. |
TimeToLiveAccessor |
getTimeToLiveAccessor()
Get the
TimeToLiveAccessor associated with the entity. |
boolean |
hasExplictTimeToLiveProperty() |
getKeySpaceaddAssociation, addPersistentProperty, setPersistentPropertyAccessorFactory, verifydoWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionPropertyTimeToLiveAccessor getTimeToLiveAccessor()
TimeToLiveAccessor associated with the entity.boolean hasExplictTimeToLiveProperty()
org.springframework.data.mapping.PersistentProperty<? extends org.springframework.data.mapping.PersistentProperty<?>> getExplicitTimeToLiveProperty()
PersistentProperty that is annotated with TimeToLive.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.