Package org.cyclos.entities.marketplace
Class QBasicAd
- 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<BasicAd>
-
- org.cyclos.entities.marketplace.QBasicAd
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<BasicAd>,com.querydsl.core.types.Expression<BasicAd>,com.querydsl.core.types.Path<BasicAd>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QBasicAd extends com.querydsl.core.types.dsl.EntityPathBase<BasicAd>QBasicAd is a Querydsl query type for BasicAd- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNamedEntity_supercom.querydsl.core.types.dsl.SetPath<AdAddress,QAdAddress>adAddressescom.querydsl.core.types.dsl.SetPath<UserAddress,QUserAddress>addressescom.querydsl.core.types.dsl.SetPath<AdHistoryLog,QAdHistoryLog>adHistorycom.querydsl.core.types.dsl.StringPathauthorizationNotesstatic QBasicAdbasicAdcom.querydsl.core.types.dsl.SetPath<AdCategory,QAdCategory>categoriesQDatecreationDatecom.querydsl.core.types.dsl.SetPath<AdCustomFieldValue,QAdCustomFieldValue>customValuesQDatedeletedDatecom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.EnumPath<AdType>discriminatorcom.querydsl.core.types.dsl.BooleanPathdoProcesscom.querydsl.core.types.dsl.BooleanPathexpirationNotifiedcom.querydsl.core.types.dsl.SetPath<BasicUser,QBasicUser>favoriteForcom.querydsl.core.types.dsl.NumberPath<Long>idprotected QAdImageimagecom.querydsl.core.types.dsl.ListPath<AdImage,QAdImage>imagesQDatelastModifiedcom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.SetPath<NotifiedAdInterest,QNotifiedAdInterest>notifiedAdInterestsprotected QUserownerQBigDecimalpriceAmountprotected QCurrencypriceCurrencyprotected QDatePeriodpromotionalPeriodQBigDecimalpromotionalPriceprotected QDatePeriodpublicationPeriodcom.querydsl.core.types.dsl.SetPath<AdQuestion,QAdQuestion>questionscom.querydsl.core.types.dsl.BooleanPathremovedFromOwnercom.querydsl.core.types.dsl.EnumPath<AdStatus>statusQBigDecimalstockQuantitycom.querydsl.core.types.dsl.EnumPath<AdWebShopStockType>stockTypeQIntegerversion
-
Constructor Summary
Constructors Constructor Description QBasicAd(com.querydsl.core.types.Path<? extends BasicAd> path)QBasicAd(com.querydsl.core.types.PathMetadata metadata)QBasicAd(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QBasicAd(Class<? extends BasicAd> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QBasicAd(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAdImageimage()QUserowner()QCurrencypriceCurrency()QDatePeriodpromotionalPeriod()QDatePeriodpublicationPeriod()-
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
-
basicAd
public static final QBasicAd basicAd
-
_super
public final QNamedEntity _super
-
adAddresses
public final com.querydsl.core.types.dsl.SetPath<AdAddress,QAdAddress> adAddresses
-
addresses
public final com.querydsl.core.types.dsl.SetPath<UserAddress,QUserAddress> addresses
-
adHistory
public final com.querydsl.core.types.dsl.SetPath<AdHistoryLog,QAdHistoryLog> adHistory
-
authorizationNotes
public final com.querydsl.core.types.dsl.StringPath authorizationNotes
-
categories
public final com.querydsl.core.types.dsl.SetPath<AdCategory,QAdCategory> categories
-
creationDate
public final QDate creationDate
-
customValues
public final com.querydsl.core.types.dsl.SetPath<AdCustomFieldValue,QAdCustomFieldValue> customValues
-
deletedDate
public final QDate deletedDate
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
discriminator
public final com.querydsl.core.types.dsl.EnumPath<AdType> discriminator
-
doProcess
public final com.querydsl.core.types.dsl.BooleanPath doProcess
-
expirationNotified
public final com.querydsl.core.types.dsl.BooleanPath expirationNotified
-
favoriteFor
public final com.querydsl.core.types.dsl.SetPath<BasicUser,QBasicUser> favoriteFor
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
image
protected QAdImage image
-
lastModified
public final QDate lastModified
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
notifiedAdInterests
public final com.querydsl.core.types.dsl.SetPath<NotifiedAdInterest,QNotifiedAdInterest> notifiedAdInterests
-
owner
protected QUser owner
-
priceAmount
public final QBigDecimal priceAmount
-
priceCurrency
protected QCurrency priceCurrency
-
promotionalPeriod
protected QDatePeriod promotionalPeriod
-
promotionalPrice
public final QBigDecimal promotionalPrice
-
publicationPeriod
protected QDatePeriod publicationPeriod
-
questions
public final com.querydsl.core.types.dsl.SetPath<AdQuestion,QAdQuestion> questions
-
removedFromOwner
public final com.querydsl.core.types.dsl.BooleanPath removedFromOwner
-
status
public final com.querydsl.core.types.dsl.EnumPath<AdStatus> status
-
stockQuantity
public final QBigDecimal stockQuantity
-
stockType
public final com.querydsl.core.types.dsl.EnumPath<AdWebShopStockType> stockType
-
version
public final QInteger version
-
-
Constructor Detail
-
QBasicAd
public QBasicAd(String variable)
-
QBasicAd
public QBasicAd(com.querydsl.core.types.Path<? extends BasicAd> path)
-
QBasicAd
public QBasicAd(com.querydsl.core.types.PathMetadata metadata)
-
QBasicAd
public QBasicAd(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
image
public QAdImage image()
-
owner
public QUser owner()
-
priceCurrency
public QCurrency priceCurrency()
-
promotionalPeriod
public QDatePeriod promotionalPeriod()
-
publicationPeriod
public QDatePeriod publicationPeriod()
-
-