PHP 클래스 AuthBucket\Bundle\OAuth2Bundle\Entity\AbstractEntityRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.
상속: extends Doctrine\ORM\EntityRepository, implements AuthBucket\OAuth2\Model\ModelManagerInterface
파일 보기 프로젝트 열기: authbucket/oauth2-symfony-bundle

공개 메소드들

메소드 설명
createModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
deleteModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
readModelAll ( )
readModelBy ( array $criteria, array $orderBy = null, $limit = null, $offset = null )
readModelOneBy ( array $criteria, array $orderBy = null )
updateModel ( AuthBucket\OAuth2\Model\ModelInterface $model )

메소드 상세

createModel() 공개 메소드

public createModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
$model AuthBucket\OAuth2\Model\ModelInterface

deleteModel() 공개 메소드

public deleteModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
$model AuthBucket\OAuth2\Model\ModelInterface

readModelAll() 공개 메소드

public readModelAll ( )

readModelBy() 공개 메소드

public readModelBy ( array $criteria, array $orderBy = null, $limit = null, $offset = null )
$criteria array
$orderBy array

readModelOneBy() 공개 메소드

public readModelOneBy ( array $criteria, array $orderBy = null )
$criteria array
$orderBy array

updateModel() 공개 메소드

public updateModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
$model AuthBucket\OAuth2\Model\ModelInterface