Class BasicCouchbasePersistentProperty

All Implemented Interfaces:
CouchbasePersistentProperty, PersistentProperty<CouchbasePersistentProperty>

public class BasicCouchbasePersistentProperty extends AnnotationBasedPersistentProperty<CouchbasePersistentProperty> implements CouchbasePersistentProperty
Implements annotated property representations of a given Field instance.

This object is used to gather information out of properties on objects that need to be persisted. For example, it supports overriding of the actual property name by providing custom annotations.

Author:
Michael Nitschinger, Mark Paluch