Class InspectorFetchPlanBuilder

java.lang.Object
io.jmix.datatoolsui.screen.entityinspector.assistant.InspectorFetchPlanBuilder

@Component("datatl_EntityInspectorFetchPlanBuilder") @Scope("prototype") public class InspectorFetchPlanBuilder extends Object
  • Field Details

    • metadata

      @Autowired protected Metadata metadata
    • metadataTools

      @Autowired protected MetadataTools metadataTools
    • fetchPlans

      @Autowired protected FetchPlans fetchPlans
    • fetchPlanBuilder

      protected FetchPlanBuilder fetchPlanBuilder
    • entityClass

      protected Class<?> entityClass
    • metaClass

      protected MetaClass metaClass
    • withCollections

      protected boolean withCollections
    • withEmbedded

      protected boolean withEmbedded
    • withSystemProperties

      protected boolean withSystemProperties
  • Constructor Details

    • InspectorFetchPlanBuilder

      protected InspectorFetchPlanBuilder(Class<?> entityClass)
  • Method Details