Package org.cyclos.entities.system
Class QImportedStoredFile
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<ImportedStoredFile>
-
- org.cyclos.entities.system.QImportedStoredFile
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ImportedStoredFile>,com.querydsl.core.types.Expression<ImportedStoredFile>,com.querydsl.core.types.Path<ImportedStoredFile>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QImportedStoredFile extends com.querydsl.core.types.dsl.EntityPathBase<ImportedStoredFile>QImportedStoredFile is a Querydsl query type for ImportedStoredFile- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QRawFile_supercom.querydsl.core.types.dsl.StringPathcontentTypecom.querydsl.core.types.dsl.NumberPath<Long>idQIntegerimagesCountprotected QImportedFileimportedFilestatic QImportedStoredFileimportedStoredFileQDatelastModifiedQIntegerlengthQIntegerlinesCountcom.querydsl.core.types.dsl.StringPathmetadatacom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<RawFileNature>natureQIntegerversion
-
Constructor Summary
Constructors Constructor Description QImportedStoredFile(com.querydsl.core.types.Path<? extends ImportedStoredFile> path)QImportedStoredFile(com.querydsl.core.types.PathMetadata metadata)QImportedStoredFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportedStoredFile(Class<? extends ImportedStoredFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportedStoredFile(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QImportedFileimportedFile()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
importedStoredFile
public static final QImportedStoredFile importedStoredFile
-
_super
public final QRawFile _super
-
contentType
public final com.querydsl.core.types.dsl.StringPath contentType
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
imagesCount
public final QInteger imagesCount
-
importedFile
protected QImportedFile importedFile
-
lastModified
public final QDate lastModified
-
length
public final QInteger length
-
linesCount
public final QInteger linesCount
-
metadata
public final com.querydsl.core.types.dsl.StringPath metadata
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<RawFileNature> nature
-
version
public final QInteger version
-
-
Constructor Detail
-
QImportedStoredFile
public QImportedStoredFile(String variable)
-
QImportedStoredFile
public QImportedStoredFile(com.querydsl.core.types.Path<? extends ImportedStoredFile> path)
-
QImportedStoredFile
public QImportedStoredFile(com.querydsl.core.types.PathMetadata metadata)
-
QImportedStoredFile
public QImportedStoredFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QImportedStoredFile
public QImportedStoredFile(Class<? extends ImportedStoredFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
importedFile
public QImportedFile importedFile()
-
-