committed by
Christoph Strobl
parent
0766f2e56b
commit
ee75b8cd78
@@ -157,15 +157,6 @@ public abstract class AbstractPersistentProperty<P extends PersistentProperty<P>
|
||||
|
||||
@Override
|
||||
public Iterable<? extends TypeInformation<?>> getPersistentEntityTypeInformation() {
|
||||
|
||||
if (isMap() || isCollectionLike()) {
|
||||
return entityTypeInformation.get();
|
||||
}
|
||||
|
||||
if (!isEntity()) {
|
||||
return Collections.emptySet();
|
||||
}
|
||||
|
||||
return entityTypeInformation.get();
|
||||
}
|
||||
|
||||
@@ -292,6 +283,7 @@ public abstract class AbstractPersistentProperty<P extends PersistentProperty<P>
|
||||
return getActualTypeInformation().getType();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean usePropertyAccess() {
|
||||
return usePropertyAccess.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user