Class QPropertyDto
java.lang.Object
com.mysema.query.types.expr.DslExpression<PropertyDto>
com.mysema.query.types.expr.SimpleExpression<PropertyDto>
com.mysema.query.types.path.BeanPath<PropertyDto>
com.mysema.query.types.path.EntityPathBase<PropertyDto>
org.opencastproject.assetmanager.impl.persistence.QPropertyDto
- All Implemented Interfaces:
com.mysema.query.types.EntityPath<PropertyDto>,com.mysema.query.types.Expression<PropertyDto>,com.mysema.query.types.Path<PropertyDto>,Serializable
@Generated("com.mysema.query.codegen.EntitySerializer")
public class QPropertyDto
extends com.mysema.query.types.path.EntityPathBase<PropertyDto>
QPropertyDto is a Querydsl query type for PropertyDto
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.mysema.query.types.path.BooleanPathfinal com.mysema.query.types.path.DateTimePath<Date> final com.mysema.query.types.path.NumberPath<Long> final com.mysema.query.types.path.NumberPath<Long> final com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.StringPathstatic final QPropertyDtofinal com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.StringPathFields inherited from class com.mysema.query.types.expr.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQPropertyDto(com.mysema.query.types.Path<? extends PropertyDto> path) QPropertyDto(com.mysema.query.types.PathMetadata<?> metadata) QPropertyDto(String variable) -
Method Summary
Methods inherited from class com.mysema.query.types.path.EntityPathBase
getMetadataMethods inherited from class com.mysema.query.types.path.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyMethods inherited from class com.mysema.query.types.expr.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenMethods inherited from class com.mysema.query.types.expr.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.mysema.query.types.Expression
accept, getTypeMethods inherited from interface com.mysema.query.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Field Details
-
propertyDto
-
boolValue
public final com.mysema.query.types.path.BooleanPath boolValue -
dateValue
-
id
-
longValue
-
mediaPackageId
public final com.mysema.query.types.path.StringPath mediaPackageId -
namespace
public final com.mysema.query.types.path.StringPath namespace -
propertyName
public final com.mysema.query.types.path.StringPath propertyName -
stringValue
public final com.mysema.query.types.path.StringPath stringValue
-
-
Constructor Details
-
QPropertyDto
-
QPropertyDto
-
QPropertyDto
public QPropertyDto(com.mysema.query.types.PathMetadata<?> metadata)
-