public class AssociationQuery extends Object
| Constructor and Description |
|---|
AssociationQuery(CompositeMetadata root,
CompositeMetadata currentEntity,
ResolvedReferenceField reference,
List<Conjunct> conjuncts) |
| Modifier and Type | Method and Description |
|---|---|
List<BoundObject> |
getFieldBindings() |
QueryExpression |
getQuery() |
ResolvedReferenceField |
getReference()
Returns the reference field from the parent entity to current entity
|
String |
toString() |
public AssociationQuery(CompositeMetadata root, CompositeMetadata currentEntity, ResolvedReferenceField reference, List<Conjunct> conjuncts)
public QueryExpression getQuery()
public List<BoundObject> getFieldBindings()
public ResolvedReferenceField getReference()
Copyright © 2016. All rights reserved.