| Package | Description |
|---|---|
| net.ideahut.springboot.crud |
| Modifier and Type | Method and Description |
|---|---|
static CrudAction |
CrudAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrudAction[] |
CrudAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CrudHandlerImpl.execute(CrudAction action,
EntityInfo entityInfo,
CrudRequest request) |
<T> T |
CrudHandler.execute(CrudAction action,
EntityInfo entityInfo,
CrudRequest request) |
Copyright © 2023. All rights reserved.