Package org.cyclos.entities.system
Class QImportedFile
- 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<ImportedFile>
-
- org.cyclos.entities.system.QImportedFile
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ImportedFile>,com.querydsl.core.types.Expression<ImportedFile>,com.querydsl.core.types.Path<ImportedFile>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QImportedFile extends com.querydsl.core.types.dsl.EntityPathBase<ImportedFile>QImportedFile is a Querydsl query type for ImportedFile- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseEntity_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>imagesstatic QImportedFileimportedFilecom.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>storedFilesQIntegerversion
-
Constructor Summary
Constructors Constructor Description QImportedFile(com.querydsl.core.types.Path<? extends ImportedFile> path)QImportedFile(com.querydsl.core.types.PathMetadata metadata)QImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportedFile(Class<? extends ImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportedFile(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
-
importedFile
public static final QImportedFile importedFile
-
_super
public final QBaseEntity _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
-
version
public final QInteger version
-
-
Constructor Detail
-
QImportedFile
public QImportedFile(String variable)
-
QImportedFile
public QImportedFile(com.querydsl.core.types.Path<? extends ImportedFile> path)
-
QImportedFile
public QImportedFile(com.querydsl.core.types.PathMetadata metadata)
-
QImportedFile
public QImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QImportedFile
public QImportedFile(Class<? extends ImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-