// Code generated by ent, DO NOT EDIT. package predicate import ( "entgo.io/ent/dialect/sql" ) // Business is the predicate function for business builders. type Business func(*sql.Selector) // BusinessCategory is the predicate function for businesscategory builders. type BusinessCategory func(*sql.Selector) // Product is the predicate function for product builders. type Product func(*sql.Selector) // ProductCategory is the predicate function for productcategory builders. type ProductCategory func(*sql.Selector)