Class QVersionClaimDto
java.lang.Object
com.mysema.query.types.expr.DslExpression<VersionClaimDto>
com.mysema.query.types.expr.SimpleExpression<VersionClaimDto>
com.mysema.query.types.path.BeanPath<VersionClaimDto>
com.mysema.query.types.path.EntityPathBase<VersionClaimDto>
org.opencastproject.assetmanager.impl.persistence.QVersionClaimDto
- All Implemented Interfaces:
com.mysema.query.types.EntityPath<VersionClaimDto>,com.mysema.query.types.Expression<VersionClaimDto>,com.mysema.query.types.Path<VersionClaimDto>,Serializable
@Generated("com.mysema.query.codegen.EntitySerializer")
public class QVersionClaimDto
extends com.mysema.query.types.path.EntityPathBase<VersionClaimDto>
QVersionClaimDto is a Querydsl query type for VersionClaimDto
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.mysema.query.types.path.NumberPath<Long> final com.mysema.query.types.path.StringPathstatic final QVersionClaimDtoFields inherited from class com.mysema.query.types.expr.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQVersionClaimDto(com.mysema.query.types.Path<? extends VersionClaimDto> path) QVersionClaimDto(com.mysema.query.types.PathMetadata<?> metadata) QVersionClaimDto(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
-
versionClaimDto
-
lastClaimed
-
mediaPackageId
public final com.mysema.query.types.path.StringPath mediaPackageId
-
-
Constructor Details
-
QVersionClaimDto
-
QVersionClaimDto
-
QVersionClaimDto
public QVersionClaimDto(com.mysema.query.types.PathMetadata<?> metadata)
-