committed by
Christoph Strobl
parent
3db2669512
commit
aec8f1a45a
@@ -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