|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anasoft.os.daofusion.criteria.AssociationPathElement
public class AssociationPathElement
Association path element contained in the AssociationPath
.
Each element has a value corresponding with the given
persistent entity property name. An optional joinType
is used to specify the type of join to use when creating
related subcriteria within the AssociationPathRegister
.
This class is immutable by design so you can safely reuse its instances across the code.
AssociationPath
,
AssociationPathRegister
Constructor Summary | |
---|---|
AssociationPathElement(java.lang.String value)
Creates a new association path element using the default join type. |
|
AssociationPathElement(java.lang.String value,
NestedPropertyJoinType joinType)
Creates a new association path element. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
NestedPropertyJoinType |
getJoinType()
|
java.lang.String |
getValue()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssociationPathElement(java.lang.String value, NestedPropertyJoinType joinType)
value
- Persistent entity property name.joinType
- Type of join to use when creating
related subcriteria.public AssociationPathElement(java.lang.String value)
value
- Persistent entity property name.Method Detail |
---|
public java.lang.String getValue()
public NestedPropertyJoinType getJoinType()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |