Class InspectorFetchPlanBuilder
java.lang.Object
io.jmix.datatoolsflowui.view.entityinspector.assistant.InspectorFetchPlanBuilder
@Component("datatl_EntityInspectorFetchPlanBuilder")
@Scope("prototype")
public class InspectorFetchPlanBuilder
extends Object
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Class<?>protected FetchPlanBuilderprotected FetchPlansprotected MetaClassprotected Metadataprotected MetadataToolsprotected booleanprotected booleanprotected boolean
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()protected voidcreateEmbeddedPlan(MetaClass metaClass, FetchPlanBuilder builder) static InspectorFetchPlanBuilderprotected voidwithCollections(boolean withCollections) withEmbedded(boolean withEmbedded) withSystemProperties(boolean withSystemProperties) 
- 
Field Details- 
metadata
- 
metadataTools
- 
fetchPlans
- 
fetchPlanBuilder
- 
entityClass
- 
metaClass
- 
withCollectionsprotected boolean withCollections
- 
withEmbeddedprotected boolean withEmbedded
- 
withSystemPropertiesprotected boolean withSystemProperties
 
- 
- 
Constructor Details- 
InspectorFetchPlanBuilder
 
- 
- 
Method Details- 
ofpublic static InspectorFetchPlanBuilder of(org.springframework.context.ApplicationContext applicationContext, Class<?> entityClass) 
- 
postConstruct@PostConstruct protected void postConstruct()
- 
withCollections
- 
withEmbedded
- 
withSystemProperties
- 
build
- 
createEmbeddedPlan
 
-