프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$database | |||
$entity | string | ||
$table | string |
메소드 | 설명 | |
---|---|---|
__call ( string $name, array $args ) : mixed | ||
__construct ( |
||
createEntity ( |
||
delete ( |
||
findAll ( ) : |
||
findBy ( array $criteria ) : |
||
getBy ( array $criteria ) : |
||
getByID ( mixed $id ) : |
||
persist ( |
메소드 | 설명 | |
---|---|---|
checkEntity ( |
||
createCollection ( |
||
createEntityFromSelection ( |
||
getEntityClass ( ) : string | ||
getTable ( string $table = NULL ) : |
||
getTableName ( ) : string | ||
handleException ( Exception $e ) : void | ||
transaction ( Closure $callback ) : mixed |
final protected checkEntity ( |
||
$entity | ||
리턴 | void |
public createEntity ( |
||
$row | ||
리턴 |
protected createEntityFromSelection ( |
||
$selection | ||
리턴 |
final protected transaction ( Closure $callback ) : mixed | ||
$callback | Closure | |
리턴 | mixed |