Package io.jmix.eclipselink.impl
Class DataPersistentAttributesLoadChecker
java.lang.Object
io.jmix.core.impl.CorePersistentAttributesLoadChecker
io.jmix.eclipselink.impl.DataPersistentAttributesLoadChecker
- All Implemented Interfaces:
PersistentAttributesLoadChecker
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.core.impl.CorePersistentAttributesLoadChecker
CorePersistentAttributesLoadChecker.PropertyLoadedState -
Field Summary
Fields inherited from class io.jmix.core.impl.CorePersistentAttributesLoadChecker
metadata, metadataTools -
Constructor Summary
ConstructorsConstructorDescriptionDataPersistentAttributesLoadChecker(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionisLoadedByFetchGroup(Object entity, String property) protected booleanisLoadedSpecificCheck(Object entity, String property, MetaClass metaClass, MetaProperty metaProperty) Methods inherited from class io.jmix.core.impl.CorePersistentAttributesLoadChecker
checkIsLoadedWithGetter, isLoaded, isLoadedCommonCheck
-
Constructor Details
-
DataPersistentAttributesLoadChecker
public DataPersistentAttributesLoadChecker(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
isLoadedByFetchGroup
protected CorePersistentAttributesLoadChecker.PropertyLoadedState isLoadedByFetchGroup(Object entity, String property) - Overrides:
isLoadedByFetchGroupin classCorePersistentAttributesLoadChecker
-
isLoadedSpecificCheck
protected boolean isLoadedSpecificCheck(Object entity, String property, MetaClass metaClass, MetaProperty metaProperty) - Overrides:
isLoadedSpecificCheckin classCorePersistentAttributesLoadChecker
-