Package org.cyclos.entities.system
Class QAdImportedFile
- 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<AdImportedFile>
-
- org.cyclos.entities.system.QAdImportedFile
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AdImportedFile>,com.querydsl.core.types.Expression<AdImportedFile>,com.querydsl.core.types.Path<AdImportedFile>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdImportedFile extends com.querydsl.core.types.dsl.EntityPathBase<AdImportedFile>QAdImportedFile is a Querydsl query type for AdImportedFile- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QImportedFile_superstatic QAdImportedFileadImportedFileprotected QUserbyprotected QChannelchannelQDatecreationDateprotected QCurrencycurrencycom.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.BooleanPathprocessAutomaticallyQDateprocessingDatecom.querydsl.core.types.dsl.EnumPath<ImportedFileStatus>statuscom.querydsl.core.types.dsl.SetPath<ImportedStoredFile,QImportedStoredFile>storedFilesQIntegerversion
-
Constructor Summary
Constructors Constructor Description QAdImportedFile(com.querydsl.core.types.Path<? extends AdImportedFile> path)QAdImportedFile(com.querydsl.core.types.PathMetadata metadata)QAdImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdImportedFile(Class<? extends AdImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdImportedFile(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserby()QChannelchannel()QCurrencycurrency()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
-
adImportedFile
public static final QAdImportedFile adImportedFile
-
_super
public final QImportedFile _super
-
by
protected QUser by
-
channel
protected QChannel channel
-
creationDate
public final QDate creationDate
-
currency
protected QCurrency currency
-
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
-
QAdImportedFile
public QAdImportedFile(String variable)
-
QAdImportedFile
public QAdImportedFile(com.querydsl.core.types.Path<? extends AdImportedFile> path)
-
QAdImportedFile
public QAdImportedFile(com.querydsl.core.types.PathMetadata metadata)
-
QAdImportedFile
public QAdImportedFile(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdImportedFile
public QAdImportedFile(Class<? extends AdImportedFile> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-