|
@@ -22,7 +22,8 @@ import java.util.Set;
|
|
|
@Index(name = "products_brand_index", columnList = "pr_brand"),
|
|
@Index(name = "products_brand_index", columnList = "pr_brand"),
|
|
|
@Index(name = "products_enuu_code_index", columnList = "pr_enuu,pr_code", unique = true),
|
|
@Index(name = "products_enuu_code_index", columnList = "pr_enuu,pr_code", unique = true),
|
|
|
@Index(name = "products_enuu_standard_index", columnList = "pr_enuu,pr_standard"),
|
|
@Index(name = "products_enuu_standard_index", columnList = "pr_enuu,pr_standard"),
|
|
|
- @Index(name = "products_erpdown_index", columnList = "pr_erpdown")})
|
|
|
|
|
|
|
+ @Index(name = "products_erpdown_index", columnList = "pr_erpdown"),
|
|
|
|
|
+ @Index(name = "pr_createtime_index", columnList = "pr_create_time")})
|
|
|
@Logger
|
|
@Logger
|
|
|
//@Cacheable
|
|
//@Cacheable
|
|
|
//@org.hibernate.annotations.Cache(usage = CacheConcurrencyStrategy.READ_WRITE, region = "com.uas.platform.b2b.model.Product")
|
|
//@org.hibernate.annotations.Cache(usage = CacheConcurrencyStrategy.READ_WRITE, region = "com.uas.platform.b2b.model.Product")
|