Package org.cyclos.entities.users
Class QProductMyProfileField
- 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<ProductMyProfileField>
-
- org.cyclos.entities.users.QProductMyProfileField
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ProductMyProfileField>,com.querydsl.core.types.Expression<ProductMyProfileField>,com.querydsl.core.types.Path<ProductMyProfileField>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QProductMyProfileField extends com.querydsl.core.types.dsl.EntityPathBase<ProductMyProfileField>QProductMyProfileField is a Querydsl query type for ProductMyProfileField- 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.BooleanPathmanagePrivacyprotected QProductproductstatic QProductMyProfileFieldproductMyProfileFieldQIntegerversioncom.querydsl.core.types.dsl.BooleanPathvisible
-
Constructor Summary
Constructors Constructor Description QProductMyProfileField(com.querydsl.core.types.Path<? extends ProductMyProfileField> path)QProductMyProfileField(com.querydsl.core.types.PathMetadata metadata)QProductMyProfileField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QProductMyProfileField(Class<? extends ProductMyProfileField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QProductMyProfileField(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
-
productMyProfileField
public static final QProductMyProfileField productMyProfileField
-
_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
-
managePrivacy
public final com.querydsl.core.types.dsl.BooleanPath managePrivacy
-
product
protected QProduct product
-
version
public final QInteger version
-
visible
public final com.querydsl.core.types.dsl.BooleanPath visible
-
-
Constructor Detail
-
QProductMyProfileField
public QProductMyProfileField(String variable)
-
QProductMyProfileField
public QProductMyProfileField(com.querydsl.core.types.Path<? extends ProductMyProfileField> path)
-
QProductMyProfileField
public QProductMyProfileField(com.querydsl.core.types.PathMetadata metadata)
-
QProductMyProfileField
public QProductMyProfileField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QProductMyProfileField
public QProductMyProfileField(Class<? extends ProductMyProfileField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
customField
public QUserCustomField customField()
-
product
public QProduct product()
-
-