Name | Description |
---|---|
EntityManagerInterface | EntityManager interface. |
Name | Description |
---|---|
EntityManager | Manages all loaded entities across application, provides access to Repository Classes. |
FieldManager | Uses a typemap to construct an instance of a Field |
LazyEntityManager | Lazy-loading EntityManager. |
Repository | A default repository class that other repositories can inherit to provide more specific features. |
Name | Description |
---|---|
CaseTransformTrait | This trait provides re-usable methods for converting strings between different case styles. |