Generated by
JDiff

Interface org.springframework.data.document.mongodb.mapping.MongoPersistentProperty

Changed from a class to an interface. Changed from non-abstract to abstract.

Removed Constructors
MongoPersistentProperty(Field, PropertyDescriptor, TypeInformation) Creates a new MongoPersistentProperty.
 

Removed Methods
boolean isIdProperty() Also considers fields as id that are of supported id type and name.
 

Added Methods
DBRef getDBRef() Returns the DBRef if the property is a reference.
String getFieldName() Returns the name of the field a property is persisted to.
boolean isDbReference() Returns whether the propert is a com.mongodb.DBRef.