OrderStatusRepository
class OrderStatusRepository extends EntityRepository
OrderStatusRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Methods
array
findNotContainsBy(array $criteria, array $orderBy = null, integer $limit = null, integer $offset = null)
NOT IN で検索する.
findAllArray()
No description
Details
at line 50
array
findNotContainsBy(array $criteria, array $orderBy = null, integer $limit = null, integer $offset = null)
NOT IN で検索する.
TODO Abstract メソッドにしたい