public class QStoryFeed
extends org.plasma.query.dsl.DomainRoot
| Constructor and Description |
|---|
QStoryFeed(org.plasma.query.dsl.PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QStoryFeed(org.plasma.query.dsl.PathNode source,
String sourceProperty,
org.plasma.query.Expression expr)
Constructor which instantiates a domain query path node.
|
| Modifier and Type | Method and Description |
|---|---|
static QStoryFeed |
newQuery()
Returns a new DSL query for Type StoryFeed which can be used either as a query root or
as the start (entry point) for a new path predicate expression.
|
QStory |
story()
Returns a DSL query element for reference property, story.
|
QStory |
story(org.plasma.query.Expression expr)
Returns a DSL query element for reference property, story, while adding the given path predicate expression.
|
addConfigurationProperty, clearOrderByClause, findGroupByClause, findHavingClause, findJoinClauses, findOrderByClause, findWhereClause, getConfigurationProperty, getEndRange, getFromClause, getModel, getName, getSelectClause, getStartRange, getWhereClause, groupBy, having, orderBy, select, select, select, setEndRange, setName, setStartRange, wherepublic QStoryFeed(org.plasma.query.dsl.PathNode source,
String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QStoryFeed(org.plasma.query.dsl.PathNode source,
String sourceProperty,
org.plasma.query.Expression expr)
source - the source path nodesourceProperty - the source property logical nameexpr - the path predicate expressionpublic static QStoryFeed newQuery()
public QStory story()
public QStory story(org.plasma.query.Expression expr)
expr - the path predicate expressionCopyright © 2023. All Rights Reserved.