[FLOW3-general] FLOW3 Application on top of existing database

Alexander Dick typo3 at dick.at
Wed Apr 25 20:23:22 CEST 2012


Am 25.04.2012 19:53, schrieb "Christian Müller (FLOW3 Team)":
> Hi Alex,
>
> just a quick answer to your last question: You would want to have a
> repository for each of your aggregate root objects but the repository
> would always extend from our default doctrine repository and you just
> need to implement special query methods so in many cases it is just an
> empty class.
>
> Cheers,
> Christian

Hi Christian,

This is my first FLOW3 application but luckily I did a lot of V4/extbase 
stuff already, so I'm familiar with how repositories work :-)

When I specify @ORM\Table(name="blog_post"), is "blog_post" the actual 
table name or is it transformed to a "full qualified" name like 
package_domain_model_blog_post?

I would need to have the exact table name specified in the annotations.

best regards
Alex




More information about the FLOW3-general mailing list