Package org.cyclos.entities.users
Class QProductOperatorProfileField
- 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<ProductOperatorProfileField>
-
- org.cyclos.entities.users.QProductOperatorProfileField
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ProductOperatorProfileField>,com.querydsl.core.types.Expression<ProductOperatorProfileField>,com.querydsl.core.types.Path<ProductOperatorProfileField>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QProductOperatorProfileField extends com.querydsl.core.types.dsl.EntityPathBase<ProductOperatorProfileField>QProductOperatorProfileField is a Querydsl query type for ProductOperatorProfileField- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QAbstractProductOwnProfileField_supercom.querydsl.core.types.dsl.EnumPath<BasicProfileField>basicFieldprotected QUserCustomFieldcustomFieldcom.querydsl.core.types.dsl.BooleanPatheditablecom.querydsl.core.types.dsl.BooleanPatheditableAtRegistrationcom.querydsl.core.types.dsl.BooleanPathenabledcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.BooleanPathoperatorListprotected QProductproductstatic QProductOperatorProfileFieldproductOperatorProfileFieldQIntegerversioncom.querydsl.core.types.dsl.BooleanPathvisible
-
Constructor Summary
Constructors Constructor Description QProductOperatorProfileField(com.querydsl.core.types.Path<? extends ProductOperatorProfileField> path)QProductOperatorProfileField(com.querydsl.core.types.PathMetadata metadata)QProductOperatorProfileField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QProductOperatorProfileField(Class<? extends ProductOperatorProfileField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QProductOperatorProfileField(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QUserCustomFieldcustomField()QProductproduct()-
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
-
productOperatorProfileField
public static final QProductOperatorProfileField productOperatorProfileField
-
_super
public final QAbstractProductOwnProfileField _super
-
basicField
public final com.querydsl.core.types.dsl.EnumPath<BasicProfileField> basicField
-
customField
protected QUserCustomField customField
-
editable
public final com.querydsl.core.types.dsl.BooleanPath editable
-
editableAtRegistration
public final com.querydsl.core.types.dsl.BooleanPath editableAtRegistration
-
enabled
public final com.querydsl.core.types.dsl.BooleanPath enabled
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
operatorList
public final com.querydsl.core.types.dsl.BooleanPath operatorList
-
product
protected QProduct product
-
version
public final QInteger version
-
visible
public final com.querydsl.core.types.dsl.BooleanPath visible
-
-
Constructor Detail
-
QProductOperatorProfileField
public QProductOperatorProfileField(String variable)
-
QProductOperatorProfileField
public QProductOperatorProfileField(com.querydsl.core.types.Path<? extends ProductOperatorProfileField> path)
-
QProductOperatorProfileField
public QProductOperatorProfileField(com.querydsl.core.types.PathMetadata metadata)
-
QProductOperatorProfileField
public QProductOperatorProfileField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QProductOperatorProfileField
public QProductOperatorProfileField(Class<? extends ProductOperatorProfileField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
customField
public QUserCustomField customField()
-
product
public QProduct product()
-
-