Package org.cyclos.entities.system
Class QTransferImportedFile
- 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<TransferImportedFile>
-
- org.cyclos.entities.system.QTransferImportedFile
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<TransferImportedFile>,com.querydsl.core.types.Expression<TransferImportedFile>,com.querydsl.core.types.Path<TransferImportedFile>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QTransferImportedFile extends com.querydsl.core.types.dsl.EntityPathBase<TransferImportedFile>QTransferImportedFile is a Querydsl query type for TransferImportedFile- 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.EnumPath<ImportType>importTypecom.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.BooleanPathprocessAutomaticallyQDateprocessingDatecom.querydsl.core.types.dsl.EnumPath<ImportedFileStatus>statuscom.querydsl.core.types.dsl.SetPath<ImportedStoredFile,QImportedStoredFile>storedFilesstatic QTransferImportedFiletransferImportedFileQIntegerversion
-
Constructor Summary
Constructors Constructor Description QTransferImportedFile(com.querydsl.core.types.Path<? extends TransferImportedFile> path)QTransferImportedFile(com.querydsl.core.types.PathMetadata metadata)QTransferImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QTransferImportedFile(Class<? extends TransferImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QTransferImportedFile(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserby()QChannelchannel()QNetworknetwork()-
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
-
transferImportedFile
public static final QTransferImportedFile transferImportedFile
-
_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
-
importType
public final com.querydsl.core.types.dsl.EnumPath<ImportType> importType
-
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
-
version
public final QInteger version
-
-
Constructor Detail
-
QTransferImportedFile
public QTransferImportedFile(String variable)
-
QTransferImportedFile
public QTransferImportedFile(com.querydsl.core.types.Path<? extends TransferImportedFile> path)
-
QTransferImportedFile
public QTransferImportedFile(com.querydsl.core.types.PathMetadata metadata)
-
QTransferImportedFile
public QTransferImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QTransferImportedFile
public QTransferImportedFile(Class<? extends TransferImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-