public interface QueryBuilder
Modifier and Type | Method and Description |
---|---|
QueryDefinition |
createQueryDefinition()
Create an uninitialized query definition object.
|
DomainObject |
createQueryDefinition(Class root)
Create a query definition object with the given root.
|
DomainObject |
createSubqueryDefinition(PathExpression path)
Create a query definition object whose root is derived from a domain
object of the containing query.
|
QueryDefinition createQueryDefinition()
DomainObject createQueryDefinition(Class root)
cls
- -
an entity classDomainObject createSubqueryDefinition(PathExpression path)
path
- -
path expression corresponding to the domain object used to
derive the subquery root.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.