File tree 1 file changed +4
-4
lines changed
src/main/java/org/springframework/data/mapping
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ public interface PersistentProperty<P extends PersistentProperty<P>> {
76
76
Iterable <? extends TypeInformation <?>> getPersistentEntityTypes ();
77
77
78
78
/**
79
- * Returns the {@link TypeInformation} if the property references a {@link PersistentEntity}. Will return
80
- * {@literal null} in case it refers to a simple type. Will return {@link Collection}'s component type or the
81
- * {@link Map}'s value type transparently.
79
+ * Returns the detected {@link TypeInformation TypeInformations } if the property references a {@link PersistentEntity}.
80
+ * Will return an {@literal empty} {@link Iterable} in case it refers to a simple type. Will return the {@link Collection}'s
81
+ * component types or the {@link Map}'s value type transparently.
82
82
*
83
- * @return
83
+ * @return never {@literal null}.
84
84
* @since 2.6
85
85
*/
86
86
Iterable <? extends TypeInformation <?>> getPersistentEntityTypeInformation ();
You can’t perform that action at this time.
0 commit comments