PHP 클래스 Bravo3\Orm\Tests\Relationships\OneToManyTest

파일 보기 프로젝트 열기: bravo3/orm

공개 메소드들

메소드 설명
testOneToMany ( EntityManager $em )
testOneToManyRaceFlush ( EntityManager $em ) Testing race conditions of new entities, with a flush after persisting the first entity
testOneToManyRaceNoFlush ( EntityManager $em ) Testing race conditions of new entities, without a flush between persist calls

메소드 상세

testOneToMany() 공개 메소드

public testOneToMany ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager

testOneToManyRaceFlush() 공개 메소드

Testing race conditions of new entities, with a flush after persisting the first entity
public testOneToManyRaceFlush ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager

testOneToManyRaceNoFlush() 공개 메소드

Testing race conditions of new entities, without a flush between persist calls
public testOneToManyRaceNoFlush ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager