Package org.cyclos.entities.marketplace
Class QAdvertisement
- 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<Advertisement>
-
- org.cyclos.entities.marketplace.QAdvertisement
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Advertisement>,com.querydsl.core.types.Expression<Advertisement>,com.querydsl.core.types.Path<Advertisement>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAdvertisement extends com.querydsl.core.types.dsl.EntityPathBase<Advertisement>QAdvertisement is a Querydsl query type for Advertisement- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QBasicAd_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.EnumPath<AdType>adTypestatic QAdvertisementadvertisementcom.querydsl.core.types.dsl.StringPathauthorizationNotescom.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>imagescom.querydsl.core.types.dsl.BooleanPathinStockQDatelastModifiedcom.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 QAdvertisement(com.querydsl.core.types.Path<? extends Advertisement> path)QAdvertisement(com.querydsl.core.types.PathMetadata metadata)QAdvertisement(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdvertisement(Class<? extends Advertisement> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAdvertisement(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
-
advertisement
public static final QAdvertisement advertisement
-
_super
public final QBasicAd _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
-
adType
public final com.querydsl.core.types.dsl.EnumPath<AdType> adType
-
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
-
inStock
public final com.querydsl.core.types.dsl.BooleanPath inStock
-
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
-
QAdvertisement
public QAdvertisement(String variable)
-
QAdvertisement
public QAdvertisement(com.querydsl.core.types.Path<? extends Advertisement> path)
-
QAdvertisement
public QAdvertisement(com.querydsl.core.types.PathMetadata metadata)
-
QAdvertisement
public QAdvertisement(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAdvertisement
public QAdvertisement(Class<? extends Advertisement> type, 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()
-
-