Package org.cyclos.entities.system
Class QPaymentPrincipalsConfiguration
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<PaymentPrincipalsConfiguration>
-
- org.cyclos.entities.system.QPaymentPrincipalsConfiguration
-
- All Implemented Interfaces:
com.querydsl.core.types.Expression<PaymentPrincipalsConfiguration>,com.querydsl.core.types.Path<PaymentPrincipalsConfiguration>,Serializable
@Generated("com.querydsl.codegen.EmbeddableSerializer") public class QPaymentPrincipalsConfiguration extends com.querydsl.core.types.dsl.BeanPath<PaymentPrincipalsConfiguration>QPaymentPrincipalsConfiguration is a Querydsl query type for PaymentPrincipalsConfiguration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description com.querydsl.core.types.dsl.BooleanPathautocompletecom.querydsl.core.types.dsl.BooleanPathcontactscom.querydsl.core.types.dsl.EnumPath<IdentificationMethod>defaultIdMethodprotected QPrincipalTypedefaultPrincipalTypestatic QPaymentPrincipalsConfigurationpaymentPrincipalsConfigurationcom.querydsl.core.types.dsl.SetPath<PrincipalType,QPrincipalType>principalTypescom.querydsl.core.types.dsl.BooleanPathscanQrCode
-
Constructor Summary
Constructors Constructor Description QPaymentPrincipalsConfiguration(com.querydsl.core.types.Path<? extends PaymentPrincipalsConfiguration> path)QPaymentPrincipalsConfiguration(com.querydsl.core.types.PathMetadata metadata)QPaymentPrincipalsConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPaymentPrincipalsConfiguration(Class<? extends PaymentPrincipalsConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QPaymentPrincipalsConfiguration(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QPrincipalTypedefaultPrincipalType()-
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
-
paymentPrincipalsConfiguration
public static final QPaymentPrincipalsConfiguration paymentPrincipalsConfiguration
-
autocomplete
public final com.querydsl.core.types.dsl.BooleanPath autocomplete
-
contacts
public final com.querydsl.core.types.dsl.BooleanPath contacts
-
defaultIdMethod
public final com.querydsl.core.types.dsl.EnumPath<IdentificationMethod> defaultIdMethod
-
defaultPrincipalType
protected QPrincipalType defaultPrincipalType
-
principalTypes
public final com.querydsl.core.types.dsl.SetPath<PrincipalType,QPrincipalType> principalTypes
-
scanQrCode
public final com.querydsl.core.types.dsl.BooleanPath scanQrCode
-
-
Constructor Detail
-
QPaymentPrincipalsConfiguration
public QPaymentPrincipalsConfiguration(String variable)
-
QPaymentPrincipalsConfiguration
public QPaymentPrincipalsConfiguration(com.querydsl.core.types.Path<? extends PaymentPrincipalsConfiguration> path)
-
QPaymentPrincipalsConfiguration
public QPaymentPrincipalsConfiguration(com.querydsl.core.types.PathMetadata metadata)
-
QPaymentPrincipalsConfiguration
public QPaymentPrincipalsConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QPaymentPrincipalsConfiguration
public QPaymentPrincipalsConfiguration(Class<? extends PaymentPrincipalsConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
defaultPrincipalType
public QPrincipalType defaultPrincipalType()
-
-