Package org.cyclos.entities.access
Class QBuiltInPrincipalType
- 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<BuiltInPrincipalType>
-
- org.cyclos.entities.access.QBuiltInPrincipalType
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<BuiltInPrincipalType>,com.querydsl.core.types.Expression<BuiltInPrincipalType>,com.querydsl.core.types.Path<BuiltInPrincipalType>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QBuiltInPrincipalType extends com.querydsl.core.types.dsl.EntityPathBase<BuiltInPrincipalType>QBuiltInPrincipalType is a Querydsl query type for BuiltInPrincipalType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QPrincipalType_superstatic QBuiltInPrincipalTypebuiltInPrincipalTypecom.querydsl.core.types.dsl.EnumPath<ExistingBuiltInPrincipalType>builtInTypecom.querydsl.core.types.dsl.SetPath<ChannelConfiguration,QChannelConfiguration>channelConfigurationscom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<PrincipalTypeNature>natureprotected QNetworknetworkQIntegerordercom.querydsl.core.types.dsl.SetPath<Pin,QPin>pincom.querydsl.core.types.dsl.BooleanPathusedExternalPaymentQIntegerversion
-
Constructor Summary
Constructors Constructor Description QBuiltInPrincipalType(com.querydsl.core.types.Path<? extends BuiltInPrincipalType> path)QBuiltInPrincipalType(com.querydsl.core.types.PathMetadata metadata)QBuiltInPrincipalType(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QBuiltInPrincipalType(Class<? extends BuiltInPrincipalType> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QBuiltInPrincipalType(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()-
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
-
builtInPrincipalType
public static final QBuiltInPrincipalType builtInPrincipalType
-
_super
public final QPrincipalType _super
-
builtInType
public final com.querydsl.core.types.dsl.EnumPath<ExistingBuiltInPrincipalType> builtInType
-
channelConfigurations
public final com.querydsl.core.types.dsl.SetPath<ChannelConfiguration,QChannelConfiguration> channelConfigurations
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<PrincipalTypeNature> nature
-
network
protected QNetwork network
-
order
public final QInteger order
-
usedExternalPayment
public final com.querydsl.core.types.dsl.BooleanPath usedExternalPayment
-
version
public final QInteger version
-
-
Constructor Detail
-
QBuiltInPrincipalType
public QBuiltInPrincipalType(String variable)
-
QBuiltInPrincipalType
public QBuiltInPrincipalType(com.querydsl.core.types.Path<? extends BuiltInPrincipalType> path)
-
QBuiltInPrincipalType
public QBuiltInPrincipalType(com.querydsl.core.types.PathMetadata metadata)
-
QBuiltInPrincipalType
public QBuiltInPrincipalType(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QBuiltInPrincipalType
public QBuiltInPrincipalType(Class<? extends BuiltInPrincipalType> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
-