Class QAssetDto
- All Implemented Interfaces:
com.mysema.query.types.EntityPath<AssetDto>,com.mysema.query.types.Expression<AssetDto>,com.mysema.query.types.Path<AssetDto>,Serializable
@Generated("com.mysema.query.codegen.EntitySerializer")
public class QAssetDto
extends com.mysema.query.types.path.EntityPathBase<AssetDto>
QAssetDto is a Querydsl query type for AssetDto
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QAssetDtofinal 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.NumberPath<Long> final QSnapshotDtofinal com.mysema.query.types.path.StringPathFields inherited from class com.mysema.query.types.expr.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionQAssetDto(com.mysema.query.types.PathMetadata<?> metadata) QAssetDto(com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits) QAssetDto(Class<? extends AssetDto> type, com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits) -
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
-
assetDto
-
checksum
public final com.mysema.query.types.path.StringPath checksum -
id
-
mediaPackageElementId
public final com.mysema.query.types.path.StringPath mediaPackageElementId -
mimeType
public final com.mysema.query.types.path.StringPath mimeType -
size
-
snapshot
-
storageId
public final com.mysema.query.types.path.StringPath storageId
-
-
Constructor Details
-
QAssetDto
-
QAssetDto
-
QAssetDto
public QAssetDto(com.mysema.query.types.PathMetadata<?> metadata) -
QAssetDto
public QAssetDto(com.mysema.query.types.PathMetadata<?> metadata, com.mysema.query.types.path.PathInits inits) -
QAssetDto
-