public static class JoinParameter.JoinCondition extends Object
Modifier and Type | Field and Description |
---|---|
PropertyEntityDefinition |
baseProperty
The property of the base type.
|
PropertyEntityDefinition |
joinProperty
The property of the type to join.
|
Constructor and Description |
---|
JoinParameter.JoinCondition(PropertyEntityDefinition baseProperty,
PropertyEntityDefinition joinProperty)
Constructs a join condition to join the type of
joinProperty if the condition
joinProperty = baseProperty matches. |
public final PropertyEntityDefinition baseProperty
public final PropertyEntityDefinition joinProperty
public JoinParameter.JoinCondition(PropertyEntityDefinition baseProperty, PropertyEntityDefinition joinProperty)
joinProperty
if the condition
joinProperty = baseProperty
matches.baseProperty
- the property of a base typejoinProperty
- the property of the type to joinpublic int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a