public class CachingAerospikePersistentProperty extends BasicAerospikePersistentProperty
| Constructor and Description |
|---|
CachingAerospikePersistentProperty(Property property,
PersistentEntity<?,AerospikePersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder,
FieldNamingStrategy fieldNamingStrategy)
Creates a new
CachingAerospikePersistentProperty. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
isExplicitIdPropertyfindAnnotation, findPropertyOrOwnerAnnotation, getAssociationTargetType, getSpelExpression, isAnnotationPresent, isVersionProperty, isWritable, toStringequals, getActualType, getAssociation, getComponentType, getField, getGetter, getMapValueType, getName, getOwner, getPersistentEntityTypes, getRawType, getSetter, getType, getTypeInformation, getWither, hashCode, isArray, isCollectionLike, isEntity, isImmutable, isMapfindAnnotation, findPropertyOrOwnerAnnotation, getAccessorForOwner, 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(Property property, PersistentEntity<?,AerospikePersistentProperty> owner, SimpleTypeHolder simpleTypeHolder, FieldNamingStrategy fieldNamingStrategy)
CachingAerospikePersistentProperty.property - owner - simpleTypeHolder - fieldNamingStrategy - public boolean isIdProperty()
isIdProperty in interface PersistentProperty<AerospikePersistentProperty>isIdProperty in class AnnotationBasedPersistentProperty<AerospikePersistentProperty>public boolean isAssociation()
isAssociation in interface PersistentProperty<AerospikePersistentProperty>isAssociation in class AnnotationBasedPersistentProperty<AerospikePersistentProperty>public String getFieldName()
getFieldName in interface AerospikePersistentPropertygetFieldName in class BasicAerospikePersistentPropertypublic boolean usePropertyAccess()
AerospikePersistentPropertyusePropertyAccess in interface AerospikePersistentPropertyusePropertyAccess in interface PersistentProperty<AerospikePersistentProperty>usePropertyAccess in class AnnotationBasedPersistentProperty<AerospikePersistentProperty>public boolean isTransient()
isTransient in interface PersistentProperty<AerospikePersistentProperty>isTransient in class AnnotationBasedPersistentProperty<AerospikePersistentProperty>public boolean isExpirationProperty()
isExpirationProperty in interface AerospikePersistentPropertyisExpirationProperty in class BasicAerospikePersistentPropertypublic boolean isExpirationSpecifiedAsUnixTime()
isExpirationSpecifiedAsUnixTime in interface AerospikePersistentPropertyisExpirationSpecifiedAsUnixTime in class BasicAerospikePersistentPropertyCopyright © 2020–2021 Aerospike, Inc. All rights reserved.