fix(store): Querydsl Q클래스 삭제
This commit is contained in:
@@ -1,71 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.category.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
import com.querydsl.core.types.dsl.PathInits;
|
||||
|
||||
|
||||
/**
|
||||
* QCategory is a Querydsl query type for Category
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QCategory extends EntityPathBase<Category> {
|
||||
|
||||
private static final long serialVersionUID = -1430562590L;
|
||||
|
||||
private static final PathInits INITS = PathInits.DIRECT2;
|
||||
|
||||
public static final QCategory category = new QCategory("category");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
public final ListPath<com.justpickup.storeservice.domain.item.entity.Item, com.justpickup.storeservice.domain.item.entity.QItem> items = this.<com.justpickup.storeservice.domain.item.entity.Item, com.justpickup.storeservice.domain.item.entity.QItem>createList("items", com.justpickup.storeservice.domain.item.entity.Item.class, com.justpickup.storeservice.domain.item.entity.QItem.class, PathInits.DIRECT2);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public final StringPath name = createString("name");
|
||||
|
||||
public final NumberPath<Integer> order = createNumber("order", Integer.class);
|
||||
|
||||
public final com.justpickup.storeservice.domain.store.entity.QStore store;
|
||||
|
||||
public QCategory(String variable) {
|
||||
this(Category.class, forVariable(variable), INITS);
|
||||
}
|
||||
|
||||
public QCategory(Path<? extends Category> path) {
|
||||
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
|
||||
}
|
||||
|
||||
public QCategory(PathMetadata metadata) {
|
||||
this(metadata, PathInits.getFor(metadata, INITS));
|
||||
}
|
||||
|
||||
public QCategory(PathMetadata metadata, PathInits inits) {
|
||||
this(Category.class, metadata, inits);
|
||||
}
|
||||
|
||||
public QCategory(Class<? extends Category> type, PathMetadata metadata, PathInits inits) {
|
||||
super(type, metadata, inits);
|
||||
this.store = inits.isInitialized("store") ? new com.justpickup.storeservice.domain.store.entity.QStore(forProperty("store"), inits.get("store")) : null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,67 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.favoritestore.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
import com.querydsl.core.types.dsl.PathInits;
|
||||
|
||||
|
||||
/**
|
||||
* QFavoriteStore is a Querydsl query type for FavoriteStore
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QFavoriteStore extends EntityPathBase<FavoriteStore> {
|
||||
|
||||
private static final long serialVersionUID = -356764916L;
|
||||
|
||||
private static final PathInits INITS = PathInits.DIRECT2;
|
||||
|
||||
public static final QFavoriteStore favoriteStore = new QFavoriteStore("favoriteStore");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public final com.justpickup.storeservice.domain.store.entity.QStore store;
|
||||
|
||||
public final NumberPath<Long> userId = createNumber("userId", Long.class);
|
||||
|
||||
public QFavoriteStore(String variable) {
|
||||
this(FavoriteStore.class, forVariable(variable), INITS);
|
||||
}
|
||||
|
||||
public QFavoriteStore(Path<? extends FavoriteStore> path) {
|
||||
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
|
||||
}
|
||||
|
||||
public QFavoriteStore(PathMetadata metadata) {
|
||||
this(metadata, PathInits.getFor(metadata, INITS));
|
||||
}
|
||||
|
||||
public QFavoriteStore(PathMetadata metadata, PathInits inits) {
|
||||
this(FavoriteStore.class, metadata, inits);
|
||||
}
|
||||
|
||||
public QFavoriteStore(Class<? extends FavoriteStore> type, PathMetadata metadata, PathInits inits) {
|
||||
super(type, metadata, inits);
|
||||
this.store = inits.isInitialized("store") ? new com.justpickup.storeservice.domain.store.entity.QStore(forProperty("store"), inits.get("store")) : null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.item.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
import com.querydsl.core.types.dsl.PathInits;
|
||||
|
||||
|
||||
/**
|
||||
* QItem is a Querydsl query type for Item
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QItem extends EntityPathBase<Item> {
|
||||
|
||||
private static final long serialVersionUID = -2047337460L;
|
||||
|
||||
private static final PathInits INITS = PathInits.DIRECT2;
|
||||
|
||||
public static final QItem item = new QItem("item");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
public final com.justpickup.storeservice.domain.category.entity.QCategory category;
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
public final ListPath<com.justpickup.storeservice.domain.itemoption.entity.ItemOption, com.justpickup.storeservice.domain.itemoption.entity.QItemOption> itemOptions = this.<com.justpickup.storeservice.domain.itemoption.entity.ItemOption, com.justpickup.storeservice.domain.itemoption.entity.QItemOption>createList("itemOptions", com.justpickup.storeservice.domain.itemoption.entity.ItemOption.class, com.justpickup.storeservice.domain.itemoption.entity.QItemOption.class, PathInits.DIRECT2);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public final StringPath name = createString("name");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QPhoto photo;
|
||||
|
||||
public final NumberPath<Long> price = createNumber("price", Long.class);
|
||||
|
||||
public final EnumPath<com.justpickup.storeservice.global.entity.Yn> salesYn = createEnum("salesYn", com.justpickup.storeservice.global.entity.Yn.class);
|
||||
|
||||
public final com.justpickup.storeservice.domain.store.entity.QStore store;
|
||||
|
||||
public QItem(String variable) {
|
||||
this(Item.class, forVariable(variable), INITS);
|
||||
}
|
||||
|
||||
public QItem(Path<? extends Item> path) {
|
||||
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
|
||||
}
|
||||
|
||||
public QItem(PathMetadata metadata) {
|
||||
this(metadata, PathInits.getFor(metadata, INITS));
|
||||
}
|
||||
|
||||
public QItem(PathMetadata metadata, PathInits inits) {
|
||||
this(Item.class, metadata, inits);
|
||||
}
|
||||
|
||||
public QItem(Class<? extends Item> type, PathMetadata metadata, PathInits inits) {
|
||||
super(type, metadata, inits);
|
||||
this.category = inits.isInitialized("category") ? new com.justpickup.storeservice.domain.category.entity.QCategory(forProperty("category"), inits.get("category")) : null;
|
||||
this.photo = inits.isInitialized("photo") ? new com.justpickup.storeservice.global.entity.QPhoto(forProperty("photo")) : null;
|
||||
this.store = inits.isInitialized("store") ? new com.justpickup.storeservice.domain.store.entity.QStore(forProperty("store"), inits.get("store")) : null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.itemoption.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
import com.querydsl.core.types.dsl.PathInits;
|
||||
|
||||
|
||||
/**
|
||||
* QItemOption is a Querydsl query type for ItemOption
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QItemOption extends EntityPathBase<ItemOption> {
|
||||
|
||||
private static final long serialVersionUID = -374806570L;
|
||||
|
||||
private static final PathInits INITS = PathInits.DIRECT2;
|
||||
|
||||
public static final QItemOption itemOption = new QItemOption("itemOption");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
public final com.justpickup.storeservice.domain.item.entity.QItem item;
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public final StringPath name = createString("name");
|
||||
|
||||
public final EnumPath<OptionType> optionType = createEnum("optionType", OptionType.class);
|
||||
|
||||
public final NumberPath<Long> price = createNumber("price", Long.class);
|
||||
|
||||
public QItemOption(String variable) {
|
||||
this(ItemOption.class, forVariable(variable), INITS);
|
||||
}
|
||||
|
||||
public QItemOption(Path<? extends ItemOption> path) {
|
||||
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
|
||||
}
|
||||
|
||||
public QItemOption(PathMetadata metadata) {
|
||||
this(metadata, PathInits.getFor(metadata, INITS));
|
||||
}
|
||||
|
||||
public QItemOption(PathMetadata metadata, PathInits inits) {
|
||||
this(ItemOption.class, metadata, inits);
|
||||
}
|
||||
|
||||
public QItemOption(Class<? extends ItemOption> type, PathMetadata metadata, PathInits inits) {
|
||||
super(type, metadata, inits);
|
||||
this.item = inits.isInitialized("item") ? new com.justpickup.storeservice.domain.item.entity.QItem(forProperty("item"), inits.get("item")) : null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.map.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
|
||||
|
||||
/**
|
||||
* QMap is a Querydsl query type for Map
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QMap extends EntityPathBase<Map> {
|
||||
|
||||
private static final long serialVersionUID = -1253033268L;
|
||||
|
||||
public static final QMap map = new QMap("map");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public QMap(String variable) {
|
||||
super(Map.class, forVariable(variable));
|
||||
}
|
||||
|
||||
public QMap(Path<? extends Map> path) {
|
||||
super(path.getType(), path.getMetadata());
|
||||
}
|
||||
|
||||
public QMap(PathMetadata metadata) {
|
||||
super(Map.class, metadata);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,79 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.review.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
import com.querydsl.core.types.dsl.PathInits;
|
||||
|
||||
|
||||
/**
|
||||
* QReview is a Querydsl query type for Review
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QReview extends EntityPathBase<Review> {
|
||||
|
||||
private static final long serialVersionUID = -573894826L;
|
||||
|
||||
private static final PathInits INITS = PathInits.DIRECT2;
|
||||
|
||||
public static final QReview review = new QReview("review");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
public final StringPath content = createString("content");
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public final NumberPath<Long> orderId = createNumber("orderId", Long.class);
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QPhoto photo;
|
||||
|
||||
public final com.justpickup.storeservice.domain.reviewreply.entity.QReviewReply reviewReply;
|
||||
|
||||
public final NumberPath<Integer> starRating = createNumber("starRating", Integer.class);
|
||||
|
||||
public final com.justpickup.storeservice.domain.store.entity.QStore store;
|
||||
|
||||
public final NumberPath<Long> userId = createNumber("userId", Long.class);
|
||||
|
||||
public QReview(String variable) {
|
||||
this(Review.class, forVariable(variable), INITS);
|
||||
}
|
||||
|
||||
public QReview(Path<? extends Review> path) {
|
||||
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
|
||||
}
|
||||
|
||||
public QReview(PathMetadata metadata) {
|
||||
this(metadata, PathInits.getFor(metadata, INITS));
|
||||
}
|
||||
|
||||
public QReview(PathMetadata metadata, PathInits inits) {
|
||||
this(Review.class, metadata, inits);
|
||||
}
|
||||
|
||||
public QReview(Class<? extends Review> type, PathMetadata metadata, PathInits inits) {
|
||||
super(type, metadata, inits);
|
||||
this.photo = inits.isInitialized("photo") ? new com.justpickup.storeservice.global.entity.QPhoto(forProperty("photo")) : null;
|
||||
this.reviewReply = inits.isInitialized("reviewReply") ? new com.justpickup.storeservice.domain.reviewreply.entity.QReviewReply(forProperty("reviewReply")) : null;
|
||||
this.store = inits.isInitialized("store") ? new com.justpickup.storeservice.domain.store.entity.QStore(forProperty("store"), inits.get("store")) : null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.reviewreply.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
|
||||
|
||||
/**
|
||||
* QReviewReply is a Querydsl query type for ReviewReply
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QReviewReply extends EntityPathBase<ReviewReply> {
|
||||
|
||||
private static final long serialVersionUID = -1004430868L;
|
||||
|
||||
public static final QReviewReply reviewReply = new QReviewReply("reviewReply");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
public final StringPath content = createString("content");
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public QReviewReply(String variable) {
|
||||
super(ReviewReply.class, forVariable(variable));
|
||||
}
|
||||
|
||||
public QReviewReply(Path<? extends ReviewReply> path) {
|
||||
super(path.getType(), path.getMetadata());
|
||||
}
|
||||
|
||||
public QReviewReply(PathMetadata metadata) {
|
||||
super(ReviewReply.class, metadata);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,83 +0,0 @@
|
||||
package com.justpickup.storeservice.domain.store.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
import com.querydsl.core.types.dsl.PathInits;
|
||||
|
||||
|
||||
/**
|
||||
* QStore is a Querydsl query type for Store
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
|
||||
public class QStore extends EntityPathBase<Store> {
|
||||
|
||||
private static final long serialVersionUID = 358375596L;
|
||||
|
||||
private static final PathInits INITS = PathInits.DIRECT2;
|
||||
|
||||
public static final QStore store = new QStore("store");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QBaseEntity _super = new com.justpickup.storeservice.global.entity.QBaseEntity(this);
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QAddress address;
|
||||
|
||||
public final DateTimePath<java.time.LocalDateTime> businessEndTime = createDateTime("businessEndTime", java.time.LocalDateTime.class);
|
||||
|
||||
public final DateTimePath<java.time.LocalDateTime> businessStartTime = createDateTime("businessStartTime", java.time.LocalDateTime.class);
|
||||
|
||||
public final ListPath<com.justpickup.storeservice.domain.category.entity.Category, com.justpickup.storeservice.domain.category.entity.QCategory> categories = this.<com.justpickup.storeservice.domain.category.entity.Category, com.justpickup.storeservice.domain.category.entity.QCategory>createList("categories", com.justpickup.storeservice.domain.category.entity.Category.class, com.justpickup.storeservice.domain.category.entity.QCategory.class, PathInits.DIRECT2);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = _super.createdAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> createdBy = _super.createdBy;
|
||||
|
||||
public final NumberPath<Long> id = createNumber("id", Long.class);
|
||||
|
||||
public final ListPath<com.justpickup.storeservice.domain.item.entity.Item, com.justpickup.storeservice.domain.item.entity.QItem> items = this.<com.justpickup.storeservice.domain.item.entity.Item, com.justpickup.storeservice.domain.item.entity.QItem>createList("items", com.justpickup.storeservice.domain.item.entity.Item.class, com.justpickup.storeservice.domain.item.entity.QItem.class, PathInits.DIRECT2);
|
||||
|
||||
//inherited
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = _super.lastModifiedAt;
|
||||
|
||||
//inherited
|
||||
public final NumberPath<Long> lastModifiedBy = _super.lastModifiedBy;
|
||||
|
||||
public final com.justpickup.storeservice.domain.map.entity.QMap map;
|
||||
|
||||
public final StringPath phoneNumber = createString("phoneNumber");
|
||||
|
||||
public final com.justpickup.storeservice.global.entity.QPhoto photo;
|
||||
|
||||
public final NumberPath<Long> userId = createNumber("userId", Long.class);
|
||||
|
||||
public QStore(String variable) {
|
||||
this(Store.class, forVariable(variable), INITS);
|
||||
}
|
||||
|
||||
public QStore(Path<? extends Store> path) {
|
||||
this(path.getType(), path.getMetadata(), PathInits.getFor(path.getMetadata(), INITS));
|
||||
}
|
||||
|
||||
public QStore(PathMetadata metadata) {
|
||||
this(metadata, PathInits.getFor(metadata, INITS));
|
||||
}
|
||||
|
||||
public QStore(PathMetadata metadata, PathInits inits) {
|
||||
this(Store.class, metadata, inits);
|
||||
}
|
||||
|
||||
public QStore(Class<? extends Store> type, PathMetadata metadata, PathInits inits) {
|
||||
super(type, metadata, inits);
|
||||
this.address = inits.isInitialized("address") ? new com.justpickup.storeservice.global.entity.QAddress(forProperty("address")) : null;
|
||||
this.map = inits.isInitialized("map") ? new com.justpickup.storeservice.domain.map.entity.QMap(forProperty("map")) : null;
|
||||
this.photo = inits.isInitialized("photo") ? new com.justpickup.storeservice.global.entity.QPhoto(forProperty("photo")) : null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
package com.justpickup.storeservice.global.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
|
||||
|
||||
/**
|
||||
* QAddress is a Querydsl query type for Address
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
|
||||
public class QAddress extends BeanPath<Address> {
|
||||
|
||||
private static final long serialVersionUID = -1606742445L;
|
||||
|
||||
public static final QAddress address = new QAddress("address");
|
||||
|
||||
public final StringPath city = createString("city");
|
||||
|
||||
public final StringPath street = createString("street");
|
||||
|
||||
public final StringPath zipcode = createString("zipcode");
|
||||
|
||||
public QAddress(String variable) {
|
||||
super(Address.class, forVariable(variable));
|
||||
}
|
||||
|
||||
public QAddress(Path<? extends Address> path) {
|
||||
super(path.getType(), path.getMetadata());
|
||||
}
|
||||
|
||||
public QAddress(PathMetadata metadata) {
|
||||
super(Address.class, metadata);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
package com.justpickup.storeservice.global.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
|
||||
|
||||
/**
|
||||
* QBaseEntity is a Querydsl query type for BaseEntity
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultSupertypeSerializer")
|
||||
public class QBaseEntity extends EntityPathBase<BaseEntity> {
|
||||
|
||||
private static final long serialVersionUID = -1618660523L;
|
||||
|
||||
public static final QBaseEntity baseEntity = new QBaseEntity("baseEntity");
|
||||
|
||||
public final DateTimePath<java.time.LocalDateTime> createdAt = createDateTime("createdAt", java.time.LocalDateTime.class);
|
||||
|
||||
public final NumberPath<Long> createdBy = createNumber("createdBy", Long.class);
|
||||
|
||||
public final DateTimePath<java.time.LocalDateTime> lastModifiedAt = createDateTime("lastModifiedAt", java.time.LocalDateTime.class);
|
||||
|
||||
public final NumberPath<Long> lastModifiedBy = createNumber("lastModifiedBy", Long.class);
|
||||
|
||||
public QBaseEntity(String variable) {
|
||||
super(BaseEntity.class, forVariable(variable));
|
||||
}
|
||||
|
||||
public QBaseEntity(Path<? extends BaseEntity> path) {
|
||||
super(path.getType(), path.getMetadata());
|
||||
}
|
||||
|
||||
public QBaseEntity(PathMetadata metadata) {
|
||||
super(BaseEntity.class, metadata);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
package com.justpickup.storeservice.global.entity;
|
||||
|
||||
import static com.querydsl.core.types.PathMetadataFactory.*;
|
||||
|
||||
import com.querydsl.core.types.dsl.*;
|
||||
|
||||
import com.querydsl.core.types.PathMetadata;
|
||||
import javax.annotation.processing.Generated;
|
||||
import com.querydsl.core.types.Path;
|
||||
|
||||
|
||||
/**
|
||||
* QPhoto is a Querydsl query type for Photo
|
||||
*/
|
||||
@Generated("com.querydsl.codegen.DefaultEmbeddableSerializer")
|
||||
public class QPhoto extends BeanPath<Photo> {
|
||||
|
||||
private static final long serialVersionUID = 329628753L;
|
||||
|
||||
public static final QPhoto photo = new QPhoto("photo");
|
||||
|
||||
public final StringPath name = createString("name");
|
||||
|
||||
public final StringPath path = createString("path");
|
||||
|
||||
public QPhoto(String variable) {
|
||||
super(Photo.class, forVariable(variable));
|
||||
}
|
||||
|
||||
public QPhoto(Path<? extends Photo> path) {
|
||||
super(path.getType(), path.getMetadata());
|
||||
}
|
||||
|
||||
public QPhoto(PathMetadata metadata) {
|
||||
super(Photo.class, metadata);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user