|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anasoft.os.daofusion.criteria.NestedPropertyCriterion.NestedPropertyCriterionBuilder<T,V>
protected abstract static class NestedPropertyCriterion.NestedPropertyCriterionBuilder<T extends NestedPropertyCriterion<V>,V extends NestedPropertyCriterionVisitor>
Base class for specific NestedPropertyCriterion
builders.
Field Summary | |
---|---|
protected AssociationPath |
associationPath
|
protected java.lang.String |
targetPropertyName
|
Constructor Summary | |
---|---|
NestedPropertyCriterion.NestedPropertyCriterionBuilder(AssociationPath associationPath,
java.lang.String targetPropertyName)
Creates a new criterion builder. |
Method Summary | |
---|---|
abstract T |
build()
Builds a NestedPropertyCriterion instance according
to the state of this builder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final AssociationPath associationPath
protected final java.lang.String targetPropertyName
Constructor Detail |
---|
public NestedPropertyCriterion.NestedPropertyCriterionBuilder(AssociationPath associationPath, java.lang.String targetPropertyName)
associationPath
- AssociationPath
which points
to the given property of the target persistent entity.targetPropertyName
- Name of the target property of
the given persistent entity.Method Detail |
---|
public abstract T build()
NestedPropertyCriterion
instance according
to the state of this builder.
NestedPropertyCriterion
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |