Package org.cyclos.entities.users
Class QProductMyAdField
- 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<ProductMyAdField>
-
- org.cyclos.entities.users.QProductMyAdField
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ProductMyAdField>,com.querydsl.core.types.Expression<ProductMyAdField>,com.querydsl.core.types.Path<ProductMyAdField>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QProductMyAdField extends com.querydsl.core.types.dsl.EntityPathBase<ProductMyAdField>QProductMyAdField is a Querydsl query type for ProductMyAdField- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QProductAdField_superprotected QAdCustomFieldcustomFieldcom.querydsl.core.types.dsl.BooleanPathenablecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.BooleanPathmanageprotected QProductproductstatic QProductMyAdFieldproductMyAdFieldQIntegerversioncom.querydsl.core.types.dsl.BooleanPathview
-
Constructor Summary
Constructors Constructor Description QProductMyAdField(com.querydsl.core.types.Path<? extends ProductMyAdField> path)QProductMyAdField(com.querydsl.core.types.PathMetadata metadata)QProductMyAdField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QProductMyAdField(Class<? extends ProductMyAdField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QProductMyAdField(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAdCustomFieldcustomField()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
-
productMyAdField
public static final QProductMyAdField productMyAdField
-
_super
public final QProductAdField _super
-
customField
protected QAdCustomField customField
-
enable
public final com.querydsl.core.types.dsl.BooleanPath enable
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
manage
public final com.querydsl.core.types.dsl.BooleanPath manage
-
product
protected QProduct product
-
version
public final QInteger version
-
view
public final com.querydsl.core.types.dsl.BooleanPath view
-
-
Constructor Detail
-
QProductMyAdField
public QProductMyAdField(String variable)
-
QProductMyAdField
public QProductMyAdField(com.querydsl.core.types.Path<? extends ProductMyAdField> path)
-
QProductMyAdField
public QProductMyAdField(com.querydsl.core.types.PathMetadata metadata)
-
QProductMyAdField
public QProductMyAdField(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QProductMyAdField
public QProductMyAdField(Class<? extends ProductMyAdField> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
customField
public QAdCustomField customField()
-
product
public QProduct product()
-
-