Feature #1849

Inject dependencies after object reconstitution

Added by Karsten Dambekalns almost 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-10-27
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Object
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1
PHP Version: Complexity:
Has patch:

Description

.

Associated revisions

Revision 6afab12b
Added by Karsten Dambekalns over 6 years ago

FLOW3:
  • __wakeup() is no longer handled in a special way in AOP to support persistence, fixes #1724
  • changed the persistence aspect to no longer attach to __wakeup(), refs #1724
  • replaced reconstituteObject() by three seperate methods to allow two-step reconstitution, refs #1849
TYPO3CR:
  • split initialize() into seperate methods in FLOW3 persistence backend
  • the FLOW3 persistence DataMapper now uses two-step reconstitution allowing to load bidirectional object relations
  • the FLOW3 persistence DataMapper asks the object Builder to inject setter dependencies during reconstitution, fixes #1849

History

#1 Updated by Karsten Dambekalns almost 7 years ago

  • Priority changed from Should have to Must have
  • Target version set to 1.0 alpha 1

#2 Updated by Robert Lemke over 6 years ago

  • Tracker changed from Bug to Feature

#3 Updated by Karsten Dambekalns over 6 years ago

  • Status changed from New to Accepted
  • Assigned To changed from Robert Lemke to Karsten Dambekalns

#4 Updated by Karsten Dambekalns over 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1912.

Also available in: Atom PDF