Class AbstractPersistentProperty<P extends PersistentProperty<P>>

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

public abstract class AbstractPersistentProperty<P extends PersistentProperty<P>> extends Object implements PersistentProperty<P>
Simple implementation of PersistentProperty.
Author:
Jon Brisbin, Oliver Gierke, Christoph Strobl, Mark Paluch