Package io.jmix.reports.app
Class EntityMap
java.lang.Object
io.jmix.reports.app.EntityMap
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected FetchPlan
protected Entity
static final String
protected InstanceNameProvider
protected boolean
protected Metadata
protected MetadataTools
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
INSTANCE_NAME_KEY
- See Also:
-
metadata
-
metadataTools
-
instanceNameProvider
-
instance
-
fetchPlan
-
explicitData
-
loaded
protected boolean loaded
-
-
Constructor Details
-
EntityMap
-
EntityMap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
loadAllProperties
protected void loadAllProperties() -
getValue
-
getInstance
-
getFetchPlan
-