Package org.cyclos.entities.users
Class QOperatorGroupLog
- 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<OperatorGroupLog>
-
- org.cyclos.entities.users.QOperatorGroupLog
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<OperatorGroupLog>,com.querydsl.core.types.Expression<OperatorGroupLog>,com.querydsl.core.types.Path<OperatorGroupLog>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QOperatorGroupLog extends com.querydsl.core.types.dsl.EntityPathBase<OperatorGroupLog>QOperatorGroupLog is a Querydsl query type for OperatorGroupLog- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superprotected QBasicUserbycom.querydsl.core.types.dsl.StringPathcommentQDateendDateprotected QOperatorGroupgroupcom.querydsl.core.types.dsl.NumberPath<Long>idprotected QOperatoroperatorstatic QOperatorGroupLogoperatorGroupLogQDatestartDate
-
Constructor Summary
Constructors Constructor Description QOperatorGroupLog(com.querydsl.core.types.Path<? extends OperatorGroupLog> path)QOperatorGroupLog(com.querydsl.core.types.PathMetadata metadata)QOperatorGroupLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOperatorGroupLog(Class<? extends OperatorGroupLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOperatorGroupLog(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUserby()QOperatorGroupgroup()QOperatoroperator()-
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
-
operatorGroupLog
public static final QOperatorGroupLog operatorGroupLog
-
_super
public final QNetworkedEntity _super
-
by
protected QBasicUser by
-
comment
public final com.querydsl.core.types.dsl.StringPath comment
-
endDate
public final QDate endDate
-
group
protected QOperatorGroup group
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
operator
protected QOperator operator
-
startDate
public final QDate startDate
-
-
Constructor Detail
-
QOperatorGroupLog
public QOperatorGroupLog(String variable)
-
QOperatorGroupLog
public QOperatorGroupLog(com.querydsl.core.types.Path<? extends OperatorGroupLog> path)
-
QOperatorGroupLog
public QOperatorGroupLog(com.querydsl.core.types.PathMetadata metadata)
-
QOperatorGroupLog
public QOperatorGroupLog(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QOperatorGroupLog
public QOperatorGroupLog(Class<? extends OperatorGroupLog> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
by
public QBasicUser by()
-
group
public QOperatorGroup group()
-
operator
public QOperator operator()
-
-