17,137
社区成员
发帖
与我相关
我的任务
分享@Entity
@Table(name = "C_SUPPLIER_HIST")
@org.hibernate.annotations.DynamicInsert(false)
@org.hibernate.annotations.DynamicUpdate(false)
@org.hibernate.annotations.SelectBeforeUpdate(true)
@NamedQueries({
@NamedQuery(name = "supplierHistDAO.getSupplierHistByIdFragment", query = "from SupplierHist ss where ss.id_fragment=:idFragment"),
@NamedQuery(name = "supplierHistDAO.getSupplierHistByIdFragmentCount", query = "select count(*) from SupplierHist ss where ss.id_fragment=:idFragment"),
})