public class CachingAerospikePersistentProperty extends BasicAerospikePersistentProperty
| Constructor and Description |
|---|
CachingAerospikePersistentProperty(org.springframework.data.mapping.model.Property property,
org.springframework.data.mapping.PersistentEntity<?,AerospikePersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder,
org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy)
Creates a new
CachingAerospikePersistentProperty. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName() |
boolean |
isAssociation() |
boolean |
isExpirationProperty() |
boolean |
isExpirationSpecifiedAsUnixTime() |
boolean |
isIdProperty() |
boolean |
isTransient() |
boolean |
usePropertyAccess()
Returns whether property access shall be used for reading the property value.
|
createAssociation, isExplicitIdPropertyfindAnnotation, findPropertyOrOwnerAnnotation, getAssociationTargetType, getSpelExpression, isAnnotationPresent, isVersionProperty, isWritable, toStringequals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getProperty, getRawType, getSetter, getType, getTypeInformation, getWither, hashCode, isArray, isCollectionLike, isEntity, isImmutable, isMapclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindAnnotation, findPropertyOrOwnerAnnotation, getActualType, getAssociation, getAssociationTargetType, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getRawType, getRequiredAnnotation, getRequiredAssociation, getRequiredField, getRequiredGetter, getRequiredSetter, getRequiredWither, getSetter, getSpelExpression, getType, getTypeInformation, getWither, hasActualTypeAnnotation, isAnnotationPresent, isArray, isCollectionLike, isEntity, isImmutable, isMap, isVersionProperty, isWritablepublic CachingAerospikePersistentProperty(org.springframework.data.mapping.model.Property property,
org.springframework.data.mapping.PersistentEntity<?,AerospikePersistentProperty> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder,
org.springframework.data.mapping.model.FieldNamingStrategy fieldNamingStrategy)
CachingAerospikePersistentProperty.property - owner - simpleTypeHolder - fieldNamingStrategy - public boolean isIdProperty()
isIdProperty in interface org.springframework.data.mapping.PersistentProperty<AerospikePersistentProperty>isIdProperty in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<AerospikePersistentProperty>public boolean isAssociation()
isAssociation in interface org.springframework.data.mapping.PersistentProperty<AerospikePersistentProperty>isAssociation in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<AerospikePersistentProperty>public java.lang.String getFieldName()
getFieldName in interface AerospikePersistentPropertygetFieldName in class BasicAerospikePersistentPropertypublic boolean usePropertyAccess()
AerospikePersistentPropertyusePropertyAccess in interface AerospikePersistentPropertyusePropertyAccess in interface org.springframework.data.mapping.PersistentProperty<AerospikePersistentProperty>usePropertyAccess in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<AerospikePersistentProperty>public boolean isTransient()
isTransient in interface org.springframework.data.mapping.PersistentProperty<AerospikePersistentProperty>isTransient in class org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<AerospikePersistentProperty>public boolean isExpirationProperty()
isExpirationProperty in interface AerospikePersistentPropertyisExpirationProperty in class BasicAerospikePersistentPropertypublic boolean isExpirationSpecifiedAsUnixTime()
isExpirationSpecifiedAsUnixTime in interface AerospikePersistentPropertyisExpirationSpecifiedAsUnixTime in class BasicAerospikePersistentProperty