Interface AerospikePersistentProperty

All Superinterfaces:
PersistentProperty<AerospikePersistentProperty>
All Known Implementing Classes:
BasicAerospikePersistentProperty, CachingAerospikePersistentProperty

public interface AerospikePersistentProperty
extends PersistentProperty<AerospikePersistentProperty>
  • Method Details

    • usePropertyAccess

      boolean usePropertyAccess()
      Returns whether property access shall be used for reading the property value. This means it will use the getter instead of field access.
      Specified by:
      usePropertyAccess in interface PersistentProperty<AerospikePersistentProperty>
    • isExplicitIdProperty

      boolean isExplicitIdProperty()
    • isExpirationProperty

      boolean isExpirationProperty()
    • isExpirationSpecifiedAsUnixTime

      boolean isExpirationSpecifiedAsUnixTime()
    • getFieldName

      String getFieldName()