Uses of Class
org.tentackle.model.MethodArgument
-
Packages that use MethodArgument Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of MethodArgument in org.tentackle.model
Methods in org.tentackle.model that return types with arguments of type MethodArgument Modifier and Type Method Description java.util.List<MethodArgument>Relation. getMethodArgs()Gets the effective method arguments for select- and delete-methods. -
Uses of MethodArgument in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return types with arguments of type MethodArgument Modifier and Type Method Description java.util.List<MethodArgument>RelationImpl. getMethodArgs()Method parameters in org.tentackle.model.impl with type arguments of type MethodArgument Modifier and Type Method Description voidRelationImpl. setMethodArgs(java.util.List<MethodArgument> methodArgs)
-