PHP Blast\Orm 네임스페이스

중첩된 네임스페이스

Blast\Orm\Entity
Blast\Orm\Hydrator
Blast\Orm\Query
Blast\Orm\Relations

Interfaces

이름 설명
ConnectionAwareInterface
ConnectionManagerInterface Provide access and caching of connections.
EventEmitterFactoryInterface
GatewayInterface The gateway is accessing a single table or view and interacts with database
MapperAwareInterface
MapperFactoryInterface
MapperInterface Each entity does have it's own mapper. A mapper is determined by the entity provider. Mappers mediate between dbal and entity and provide convenient CRUD (Create, Read, Update, Delete).
QueryFactoryInterface
QueryInterface
RepositoryInterface

클래스들

이름 설명
AbstractRepository
Connection The connection wrapper provides connection-aware mapper and query based on current connection
ConnectionManager
Gateway
Mapper Each entity does have it's own mapper. A mapper is determined by the entity provider. Mappers mediate between dbal and entity and provide convenient CRUD (Create, Read, Update, Delete). In addition to CRUD, the mapper is also delivering convenient methods to to work with relations.
Query Class Query
Support

Traits

이름 설명
CacheAwareTrait
ConnectionAwareTrait
EventEmitterFactoryTrait
MapperFactoryTrait