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 SummaryNested classes/interfaces inherited from class io.jmix.core.impl.CorePersistentAttributesLoadCheckerCorePersistentAttributesLoadChecker.PropertyLoadedState
- 
Field SummaryFields inherited from class io.jmix.core.impl.CorePersistentAttributesLoadCheckermetadata, metadataTools
- 
Constructor SummaryConstructorsConstructorDescriptionDataPersistentAttributesLoadChecker(org.springframework.context.ApplicationContext applicationContext) 
- 
Method SummaryModifier and TypeMethodDescriptionisLoadedByFetchGroup(Object entity, String property) protected booleanisLoadedSpecificCheck(Object entity, String property, MetaClass metaClass, MetaProperty metaProperty) Methods inherited from class io.jmix.core.impl.CorePersistentAttributesLoadCheckercheckIsLoadedWithGetter, isLoaded, isLoadedCommonCheck
- 
Constructor Details- 
DataPersistentAttributesLoadCheckerpublic DataPersistentAttributesLoadChecker(org.springframework.context.ApplicationContext applicationContext) 
 
- 
- 
Method Details- 
isLoadedByFetchGroupprotected CorePersistentAttributesLoadChecker.PropertyLoadedState isLoadedByFetchGroup(Object entity, String property) - Overrides:
- isLoadedByFetchGroupin class- CorePersistentAttributesLoadChecker
 
- 
isLoadedSpecificCheckprotected boolean isLoadedSpecificCheck(Object entity, String property, MetaClass metaClass, MetaProperty metaProperty) - Overrides:
- isLoadedSpecificCheckin class- CorePersistentAttributesLoadChecker
 
 
-