Annotation CouplingModify
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.RUNTIME)@Target(value = {ElementType.METHOD, ElementType.TYPE, ElementType.ANNOTATION_TYPE})@Documented() public @interface CouplingModify
Coupling modify, multiple tables or associated multiple tables. Generally join query or sub-query, package should be named by the main table
- Since:
2023-02-03
trydofor