public class QMedia
extends org.plasma.query.dsl.DomainRoot
| Constructor and Description |
|---|
QMedia(org.plasma.query.dsl.PathNode source,
String sourceProperty)
Constructor which instantiates a domain query path node.
|
QMedia(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 |
|---|---|
org.plasma.query.TemporalDataProperty |
createdDate()
Returns a DSL data element for property, createdDate.
|
org.plasma.query.StringDataProperty |
description()
Returns a DSL data element for property, description.
|
org.plasma.query.StringDataProperty |
id()
Returns a DSL data element for property, id.
|
org.plasma.query.TemporalDataProperty |
modifiedDate()
Returns a DSL data element for property, modifiedDate.
|
org.plasma.query.IntegralDataProperty |
modifiedVersion()
Returns a DSL data element for property, modifiedVersion.
|
org.plasma.query.StringDataProperty |
name()
Returns a DSL data element for property, name.
|
static QMedia |
newQuery()
Returns a new DSL query for Type Media which can be used either as a query root or
as the start (entry point) for a new path predicate expression.
|
QEdge |
sourceEdge()
Returns a DSL query element for reference property, sourceEdge.
|
QEdge |
sourceEdge(org.plasma.query.Expression expr)
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
|
QEdge |
targetEdge()
Returns a DSL query element for reference property, targetEdge.
|
QEdge |
targetEdge(org.plasma.query.Expression expr)
Returns a DSL query element for reference property, targetEdge, 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 QMedia(org.plasma.query.dsl.PathNode source,
String sourceProperty)
source - the source path nodesourceProperty - the source property logical namepublic QMedia(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 QMedia newQuery()
public org.plasma.query.TemporalDataProperty createdDate()
public org.plasma.query.StringDataProperty description()
public org.plasma.query.StringDataProperty id()
public org.plasma.query.TemporalDataProperty modifiedDate()
public org.plasma.query.IntegralDataProperty modifiedVersion()
public org.plasma.query.StringDataProperty name()
public QEdge sourceEdge()
public QEdge sourceEdge(org.plasma.query.Expression expr)
expr - the path predicate expressionpublic QEdge targetEdge()
public QEdge targetEdge(org.plasma.query.Expression expr)
expr - the path predicate expressionCopyright © 2023. All Rights Reserved.