Class RedisPersistentProperty
java.lang.Object
org.springframework.data.mapping.model.AbstractPersistentProperty<RedisPersistentProperty>
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<RedisPersistentProperty>
org.springframework.data.keyvalue.core.mapping.KeyValuePersistentProperty<RedisPersistentProperty>
org.springframework.data.redis.core.mapping.RedisPersistentProperty
- All Implemented Interfaces:
PersistentProperty<RedisPersistentProperty>
Redis specific
PersistentProperty implementation.- Since:
- 1.7
- Author:
- Christoph Strobl
-
Constructor Summary
ConstructorsConstructorDescriptionRedisPersistentProperty(Property property, PersistentEntity<?, RedisPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) Creates newRedisPersistentProperty. -
Method Summary
Methods inherited from class KeyValuePersistentProperty
createAssociationMethods inherited from class AnnotationBasedPersistentProperty
findAnnotation, findPropertyOrOwnerAnnotation, getAssociationTargetTypeInformation, getSpelExpression, isAnnotationPresent, isAssociation, isTransient, isVersionProperty, isWritable, toString, usePropertyAccessMethods inherited from class AbstractPersistentProperty
equals, getActualType, getActualTypeInformation, getAssociation, getAssociationTargetType, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypeInformation, getProperty, getRawType, getSetter, getType, getTypeInformation, getWither, hashCode, isArray, isCollectionLike, isEntity, isImmutable, isMap, isReadableMethods inherited from interface PersistentProperty
getAccessorForOwner, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, hasActualTypeAnnotation
-
Constructor Details
-
RedisPersistentProperty
public RedisPersistentProperty(Property property, PersistentEntity<?, RedisPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) Creates newRedisPersistentProperty.- Parameters:
property-owner-simpleTypeHolder-
-
-
Method Details
-
isIdProperty
public boolean isIdProperty()- Specified by:
isIdPropertyin interfacePersistentProperty<RedisPersistentProperty>- Overrides:
isIdPropertyin classAnnotationBasedPersistentProperty<RedisPersistentProperty>
-