Package org.cyclos.entities.system
Class QCustomWizardExecution
- 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<CustomWizardExecution>
-
- org.cyclos.entities.system.QCustomWizardExecution
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomWizardExecution>,com.querydsl.core.types.Expression<CustomWizardExecution>,com.querydsl.core.types.Path<CustomWizardExecution>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomWizardExecution extends com.querydsl.core.types.dsl.EntityPathBase<CustomWizardExecution>QCustomWizardExecution is a Querydsl query type for CustomWizardExecution- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superprotected QAccessClientaccessClientprotected QUserAccountTypeaccountTypeprotected QChannelchannelcom.querydsl.core.types.dsl.StringPathcontextprotected QUserCustomFieldValuecustomFieldValuestatic QCustomWizardExecutioncustomWizardExecutionQDatedatecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathkeyprotected QBasicUserloggedUserprotected QMobilePhonemobilePhoneprotected QNetworknetworkcom.querydsl.core.types.dsl.BooleanPathnotifiedcom.querydsl.core.types.dsl.SetPath<Otp,QOtp>otpsprotected QPrincipalTypeprincipalTypecom.querydsl.core.types.dsl.StringPathremoteAddressprotected QTokentokenprotected QTrustedDevicetrustedDeviceprotected QUseruserprotected QCustomWizardwizard
-
Constructor Summary
Constructors Constructor Description QCustomWizardExecution(com.querydsl.core.types.Path<? extends CustomWizardExecution> path)QCustomWizardExecution(com.querydsl.core.types.PathMetadata metadata)QCustomWizardExecution(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizardExecution(Class<? extends CustomWizardExecution> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomWizardExecution(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccessClientaccessClient()QUserAccountTypeaccountType()QChannelchannel()QUserCustomFieldValuecustomFieldValue()QBasicUserloggedUser()QMobilePhonemobilePhone()QNetworknetwork()QPrincipalTypeprincipalType()QTokentoken()QTrustedDevicetrustedDevice()QUseruser()QCustomWizardwizard()-
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
-
customWizardExecution
public static final QCustomWizardExecution customWizardExecution
-
_super
public final QNetworkedEntity _super
-
accessClient
protected QAccessClient accessClient
-
accountType
protected QUserAccountType accountType
-
channel
protected QChannel channel
-
context
public final com.querydsl.core.types.dsl.StringPath context
-
customFieldValue
protected QUserCustomFieldValue customFieldValue
-
date
public final QDate date
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
key
public final com.querydsl.core.types.dsl.StringPath key
-
loggedUser
protected QBasicUser loggedUser
-
mobilePhone
protected QMobilePhone mobilePhone
-
network
protected QNetwork network
-
notified
public final com.querydsl.core.types.dsl.BooleanPath notified
-
principalType
protected QPrincipalType principalType
-
remoteAddress
public final com.querydsl.core.types.dsl.StringPath remoteAddress
-
token
protected QToken token
-
trustedDevice
protected QTrustedDevice trustedDevice
-
user
protected QUser user
-
wizard
protected QCustomWizard wizard
-
-
Constructor Detail
-
QCustomWizardExecution
public QCustomWizardExecution(String variable)
-
QCustomWizardExecution
public QCustomWizardExecution(com.querydsl.core.types.Path<? extends CustomWizardExecution> path)
-
QCustomWizardExecution
public QCustomWizardExecution(com.querydsl.core.types.PathMetadata metadata)
-
QCustomWizardExecution
public QCustomWizardExecution(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomWizardExecution
public QCustomWizardExecution(Class<? extends CustomWizardExecution> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
accessClient
public QAccessClient accessClient()
-
accountType
public QUserAccountType accountType()
-
channel
public QChannel channel()
-
customFieldValue
public QUserCustomFieldValue customFieldValue()
-
loggedUser
public QBasicUser loggedUser()
-
mobilePhone
public QMobilePhone mobilePhone()
-
network
public QNetwork network()
-
principalType
public QPrincipalType principalType()
-
token
public QToken token()
-
trustedDevice
public QTrustedDevice trustedDevice()
-
user
public QUser user()
-
wizard
public QCustomWizard wizard()
-
-