Interface CouchbasePersistentProperty

All Superinterfaces:
PersistentProperty<CouchbasePersistentProperty>
All Known Implementing Classes:
BasicCouchbasePersistentProperty

public interface CouchbasePersistentProperty extends PersistentProperty<CouchbasePersistentProperty>
Represents a property part of an entity that needs to be persisted.
Author:
Michael Nitschinger
  • Method Details

    • getFieldName

      String getFieldName()
      Returns the field name of the property.

      The field name can be different from the actual property name by using a custom annotation.

    • isExpirationProperty

      boolean isExpirationProperty()