Package org.cyclos.entities.system
Class QRecordImportedFile
- 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<RecordImportedFile>
-
- org.cyclos.entities.system.QRecordImportedFile
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<RecordImportedFile>,com.querydsl.core.types.Expression<RecordImportedFile>,com.querydsl.core.types.Path<RecordImportedFile>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QRecordImportedFile extends com.querydsl.core.types.dsl.EntityPathBase<RecordImportedFile>QRecordImportedFile is a Querydsl query type for RecordImportedFile- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QImportedFile_superprotected QUserbyprotected QChannelchannelQDatecreationDatecom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.StringPatherrorMessagecom.querydsl.core.types.dsl.ListPath<ImportedField,QImportedField>fieldscom.querydsl.core.types.dsl.StringPathfileNamecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathignoredFieldscom.querydsl.core.types.dsl.ListPath<ImportedImage,QImportedImage>imagescom.querydsl.core.types.dsl.ListPath<ImportedLine,QImportedLine>linesQIntegerlinesImportedQIntegerlinesImportErrorQIntegerlinesReadyQIntegerlinesSkippedQIntegerlinesValidationErrorcom.querydsl.core.types.dsl.EnumPath<ListSeparator>listSeparatorprotected QNetworknetworkcom.querydsl.core.types.dsl.BooleanPathpermanentcom.querydsl.core.types.dsl.BooleanPathprocessAutomaticallyQDateprocessingDatestatic QRecordImportedFilerecordImportedFilecom.querydsl.core.types.dsl.EnumPath<ImportedFileStatus>statuscom.querydsl.core.types.dsl.SetPath<ImportedStoredFile,QImportedStoredFile>storedFilesprotected QRecordTypetypeQIntegerversion
-
Constructor Summary
Constructors Constructor Description QRecordImportedFile(com.querydsl.core.types.Path<? extends RecordImportedFile> path)QRecordImportedFile(com.querydsl.core.types.PathMetadata metadata)QRecordImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QRecordImportedFile(Class<? extends RecordImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QRecordImportedFile(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserby()QChannelchannel()QNetworknetwork()QRecordTypetype()-
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
-
recordImportedFile
public static final QRecordImportedFile recordImportedFile
-
_super
public final QImportedFile _super
-
by
protected QUser by
-
channel
protected QChannel channel
-
creationDate
public final QDate creationDate
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
errorMessage
public final com.querydsl.core.types.dsl.StringPath errorMessage
-
fields
public final com.querydsl.core.types.dsl.ListPath<ImportedField,QImportedField> fields
-
fileName
public final com.querydsl.core.types.dsl.StringPath fileName
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
ignoredFields
public final com.querydsl.core.types.dsl.StringPath ignoredFields
-
images
public final com.querydsl.core.types.dsl.ListPath<ImportedImage,QImportedImage> images
-
lines
public final com.querydsl.core.types.dsl.ListPath<ImportedLine,QImportedLine> lines
-
linesImported
public final QInteger linesImported
-
linesImportError
public final QInteger linesImportError
-
linesReady
public final QInteger linesReady
-
linesSkipped
public final QInteger linesSkipped
-
linesValidationError
public final QInteger linesValidationError
-
listSeparator
public final com.querydsl.core.types.dsl.EnumPath<ListSeparator> listSeparator
-
network
protected QNetwork network
-
permanent
public final com.querydsl.core.types.dsl.BooleanPath permanent
-
processAutomatically
public final com.querydsl.core.types.dsl.BooleanPath processAutomatically
-
processingDate
public final QDate processingDate
-
status
public final com.querydsl.core.types.dsl.EnumPath<ImportedFileStatus> status
-
storedFiles
public final com.querydsl.core.types.dsl.SetPath<ImportedStoredFile,QImportedStoredFile> storedFiles
-
type
protected QRecordType type
-
version
public final QInteger version
-
-
Constructor Detail
-
QRecordImportedFile
public QRecordImportedFile(String variable)
-
QRecordImportedFile
public QRecordImportedFile(com.querydsl.core.types.Path<? extends RecordImportedFile> path)
-
QRecordImportedFile
public QRecordImportedFile(com.querydsl.core.types.PathMetadata metadata)
-
QRecordImportedFile
public QRecordImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QRecordImportedFile
public QRecordImportedFile(Class<? extends RecordImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
by
public QUser by()
-
channel
public QChannel channel()
-
network
public QNetwork network()
-
type
public QRecordType type()
-
-