Class QSnapshotDto
java.lang.Object
com.mysema.query.types.expr.DslExpression<SnapshotDto>
com.mysema.query.types.expr.SimpleExpression<SnapshotDto>
com.mysema.query.types.path.BeanPath<SnapshotDto>
com.mysema.query.types.path.EntityPathBase<SnapshotDto>
org.opencastproject.assetmanager.impl.persistence.QSnapshotDto
- All Implemented Interfaces:
com.mysema.query.types.EntityPath<SnapshotDto>,com.mysema.query.types.Expression<SnapshotDto>,com.mysema.query.types.Path<SnapshotDto>,Serializable
@Generated("com.mysema.query.codegen.EntitySerializer")
public class QSnapshotDto
extends com.mysema.query.types.path.EntityPathBase<SnapshotDto>
QSnapshotDto is a Querydsl query type for SnapshotDto
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.mysema.query.types.path.DateTimePath<Date> final com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.NumberPath<Long> final com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.StringPathstatic final QSnapshotDtofinal com.mysema.query.types.path.StringPathfinal com.mysema.query.types.path.NumberPath<Long> Fields inherited from class com.mysema.query.types.expr.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQSnapshotDto(com.mysema.query.types.Path<? extends SnapshotDto> path) QSnapshotDto(com.mysema.query.types.PathMetadata<?> metadata) QSnapshotDto(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
-
snapshotDto
-
archivalDate
-
assets
-
availability
public final com.mysema.query.types.path.StringPath availability -
id
-
mediaPackageId
public final com.mysema.query.types.path.StringPath mediaPackageId -
mediaPackageXml
public final com.mysema.query.types.path.StringPath mediaPackageXml -
organizationId
public final com.mysema.query.types.path.StringPath organizationId -
owner
public final com.mysema.query.types.path.StringPath owner -
seriesId
public final com.mysema.query.types.path.StringPath seriesId -
storageId
public final com.mysema.query.types.path.StringPath storageId -
version
-
-
Constructor Details
-
QSnapshotDto
-
QSnapshotDto
-
QSnapshotDto
public QSnapshotDto(com.mysema.query.types.PathMetadata<?> metadata)
-