Package org.cyclos.entities.system
Class QImportedLineValue
- 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<ImportedLineValue>
-
- org.cyclos.entities.system.QImportedLineValue
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ImportedLineValue>,com.querydsl.core.types.Expression<ImportedLineValue>,com.querydsl.core.types.Path<ImportedLineValue>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QImportedLineValue extends com.querydsl.core.types.dsl.EntityPathBase<ImportedLineValue>QImportedLineValue is a Querydsl query type for ImportedLineValue- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBaseEntity_supercom.querydsl.core.types.dsl.NumberPath<Long>idprotected QImportedFieldimportedFieldprotected QImportedLineimportedLinestatic QImportedLineValueimportedLineValuecom.querydsl.core.types.dsl.StringPathvalueQIntegerversion
-
Constructor Summary
Constructors Constructor Description QImportedLineValue(com.querydsl.core.types.Path<? extends ImportedLineValue> path)QImportedLineValue(com.querydsl.core.types.PathMetadata metadata)QImportedLineValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportedLineValue(Class<? extends ImportedLineValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QImportedLineValue(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QImportedFieldimportedField()QImportedLineimportedLine()-
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
-
importedLineValue
public static final QImportedLineValue importedLineValue
-
_super
public final QBaseEntity _super
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
importedField
protected QImportedField importedField
-
importedLine
protected QImportedLine importedLine
-
value
public final com.querydsl.core.types.dsl.StringPath value
-
version
public final QInteger version
-
-
Constructor Detail
-
QImportedLineValue
public QImportedLineValue(String variable)
-
QImportedLineValue
public QImportedLineValue(com.querydsl.core.types.Path<? extends ImportedLineValue> path)
-
QImportedLineValue
public QImportedLineValue(com.querydsl.core.types.PathMetadata metadata)
-
QImportedLineValue
public QImportedLineValue(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QImportedLineValue
public QImportedLineValue(Class<? extends ImportedLineValue> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
importedField
public QImportedField importedField()
-
importedLine
public QImportedLine importedLine()
-
-