Hierarchy For Package nl.datasteel.crudcraft.codegen.writer.controller.endpoints
Class Hierarchy
- java.lang.Object
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.BulkCreateEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.BulkDeleteEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.BulkFindByIdsEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.BulkPatchEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.BulkUpdateEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.BulkUpsertEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.CountEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.CreateEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.DeleteEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSupport
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.ExistsEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.ExportEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.GetAllEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.GetAllRefEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.GetOneEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.PatchEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.SearchEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.UpdateEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.ValidateEndpoint (implements nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider)
Interface Hierarchy
- nl.datasteel.crudcraft.codegen.writer.controller.endpoints.EndpointSpecProvider