Package io.jmix.restds.impl
Class StaticLoadedPropertiesInfo
java.lang.Object
io.jmix.restds.impl.StaticLoadedPropertiesInfo
- All Implemented Interfaces:
LoadedPropertiesInfo
,Serializable
Implementation of
LoadedPropertiesInfo
that stores names of loaded properties.
Used by default for DTO entities loaded by REST DataStore.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isLoaded
(Object entity, String property, PersistentAttributesLoadChecker checker) void
registerProperty
(String name, boolean loaded)
-
Constructor Details
-
StaticLoadedPropertiesInfo
public StaticLoadedPropertiesInfo()
-
-
Method Details
-
isLoaded
- Specified by:
isLoaded
in interfaceLoadedPropertiesInfo
-
registerProperty
- Specified by:
registerProperty
in interfaceLoadedPropertiesInfo
-