Class InspectorFetchPlanBuilder
java.lang.Object
io.jmix.datatoolsui.screen.entityinspector.assistant.InspectorFetchPlanBuilder
@Component("datatl_EntityInspectorFetchPlanBuilder")
@Scope("prototype")
public class InspectorFetchPlanBuilder
extends Object
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<?>protected FetchPlanBuilderprotected FetchPlansprotected MetaClassprotected Metadataprotected MetadataToolsprotected booleanprotected booleanprotected boolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
 - 
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
 
 -