Class AnnotationBasedPersistentProperty<P extends PersistentProperty<P>>

java.lang.Object
org.springframework.data.mapping.model.AbstractPersistentProperty<P>
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<P>
All Implemented Interfaces:
PersistentProperty<P>

public abstract class AnnotationBasedPersistentProperty<P extends PersistentProperty<P>> extends AbstractPersistentProperty<P>
Special PersistentProperty that takes annotations at a property into account.
Author:
Oliver Gierke, Christoph Strobl, Mark Paluch