Class InspectorFetchPlanBuilder
java.lang.Object
io.jmix.datatoolsui.screen.entityinspector.assistant.InspectorFetchPlanBuilder
@Component("datatl_EntityInspectorFetchPlanBuilder")
@Scope("prototype")
public class InspectorFetchPlanBuilder
extends Object
-
Field Summary
Modifier and TypeFieldDescriptionprotected Class<?>
protected FetchPlanBuilder
protected FetchPlans
protected MetaClass
protected Metadata
protected MetadataTools
protected boolean
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected void
createEmbeddedPlan
(MetaClass metaClass, FetchPlanBuilder builder) static InspectorFetchPlanBuilder
protected void
withCollections
(boolean withCollections) withEmbedded
(boolean withEmbedded) withSystemProperties
(boolean withSystemProperties)
-
Field Details
-
metadata
-
metadataTools
-
fetchPlans
-
fetchPlanBuilder
-
entityClass
-
metaClass
-
withCollections
protected boolean withCollections -
withEmbedded
protected boolean withEmbedded -
withSystemProperties
protected boolean withSystemProperties
-
-
Constructor Details
-
InspectorFetchPlanBuilder
-
-
Method Details
-
of
public static InspectorFetchPlanBuilder of(org.springframework.context.ApplicationContext applicationContext, Class<?> entityClass) -
postConstruct
@PostConstruct protected void postConstruct() -
withCollections
-
withEmbedded
-
withSystemProperties
-
build
-
createEmbeddedPlan
-