Package io.jmix.core
Interface PersistentAttributesLoadChecker
- All Known Implementing Classes:
CorePersistentAttributesLoadChecker,DataPersistentAttributesLoadChecker
@NullMarked
public interface PersistentAttributesLoadChecker
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether the property is loaded from the data store.isLoadedSafe(Object entity, String property) Checks whether the property is loaded from the data store without risking fetching it.
-
Method Details
-
isLoaded
Checks whether the property is loaded from the data store. This may trigger fetching of the property if its state cannot be determined using standard JPA mechanisms.- See Also:
-
isLoadedSafe
Checks whether the property is loaded from the data store without risking fetching it.- See Also:
-