Changeset 1056
- Timestamp:
- 11/20/07 19:13:26 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/rdbms/persistence/stubDefaultEntityManager.php
r1053 r1056 7 7 * @subpackage rdbms_persistence 8 8 */ 9 stubClassLoader::load('net.stubbles.rdbms.persistence.stubEntityManager'); 9 stubClassLoader::load('net.stubbles.rdbms.stubDatabaseConnection', 10 'net.stubbles.rdbms.persistence.stubEntityManager' 11 ); 10 12 /** 11 13 * Default implementation of an entity manager to hide the classes that do the real work. … … 27 29 * 28 30 * @param stubDatabaseConnection $connection 31 * @Inject() 29 32 */ 30 33 public function __construct(stubDatabaseConnection $connection)
