Package org.cyclos.entities.banking
Class QAccountFeeLogEvent
- 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<AccountFeeLogEvent>
-
- org.cyclos.entities.banking.QAccountFeeLogEvent
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AccountFeeLogEvent>,com.querydsl.core.types.Expression<AccountFeeLogEvent>,com.querydsl.core.types.Path<AccountFeeLogEvent>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAccountFeeLogEvent extends com.querydsl.core.types.dsl.EntityPathBase<AccountFeeLogEvent>QAccountFeeLogEvent is a Querydsl query type for AccountFeeLogEvent- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superprotected QAccountFeeLogaccountFeeLogstatic QAccountFeeLogEventaccountFeeLogEventprotected QUserbyQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.EnumPath<AccountFeeLogEventType>type
-
Constructor Summary
Constructors Constructor Description QAccountFeeLogEvent(com.querydsl.core.types.Path<? extends AccountFeeLogEvent> path)QAccountFeeLogEvent(com.querydsl.core.types.PathMetadata metadata)QAccountFeeLogEvent(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountFeeLogEvent(Class<? extends AccountFeeLogEvent> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountFeeLogEvent(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountFeeLogaccountFeeLog()QUserby()-
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
-
accountFeeLogEvent
public static final QAccountFeeLogEvent accountFeeLogEvent
-
_super
public final QNetworkedEntity _super
-
accountFeeLog
protected QAccountFeeLog accountFeeLog
-
by
protected QUser by
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
type
public final com.querydsl.core.types.dsl.EnumPath<AccountFeeLogEventType> type
-
-
Constructor Detail
-
QAccountFeeLogEvent
public QAccountFeeLogEvent(String variable)
-
QAccountFeeLogEvent
public QAccountFeeLogEvent(com.querydsl.core.types.Path<? extends AccountFeeLogEvent> path)
-
QAccountFeeLogEvent
public QAccountFeeLogEvent(com.querydsl.core.types.PathMetadata metadata)
-
QAccountFeeLogEvent
public QAccountFeeLogEvent(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAccountFeeLogEvent
public QAccountFeeLogEvent(Class<? extends AccountFeeLogEvent> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
accountFeeLog
public QAccountFeeLog accountFeeLog()
-
by
public QUser by()
-
-