Class DatasourceMethod
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.applications.backends.DatasourceMethod
-
public class DatasourceMethod extends java.lang.Objectデータソースの構造
-
-
Constructor Summary
Constructors Constructor Description DatasourceMethod(JigMethod repositoryMethod, JigMethod concreteMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JigMethodconcreteMethod()JigMethodrepositoryMethod()MethodDeclarationsusingMethods()
-
-
-
Method Detail
-
repositoryMethod
public JigMethod repositoryMethod()
-
concreteMethod
public JigMethod concreteMethod()
-
usingMethods
public MethodDeclarations usingMethods()
-
-