Class SqlIdentifier
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.rdbaccess.SqlIdentifier
-
public class SqlIdentifier extends java.lang.ObjectSQL識別子
-
-
Constructor Summary
Constructors Constructor Description SqlIdentifier(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanmatches(MethodDeclarations methodDeclarations)
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
matches
public boolean matches(MethodDeclarations methodDeclarations)
-
-