Class CachingLoadedPropertiesInfo

java.lang.Object
io.jmix.core.impl.CachingLoadedPropertiesInfo
All Implemented Interfaces:
LoadedPropertiesInfo, Serializable

public class CachingLoadedPropertiesInfo extends Object implements LoadedPropertiesInfo
Implementation of LoadedPropertiesInfo that caches information about loaded properties to avoid expensive operations for the same instance and property.

Used by default for JPA entities.

See Also: