Package io.jmix.core.entity
Interface LoadedPropertiesInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CachingLoadedPropertiesInfo
,StaticLoadedPropertiesInfo
Provides information about properties loaded from data store.
Implementations of this interface are used in EntityEntry
.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoaded
(Object entity, String property, PersistentAttributesLoadChecker checker) void
registerProperty
(String name, boolean loaded)
-
Method Details
-
isLoaded
-
registerProperty
-