Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DoctrineWriter oneToMany Association #282

Open
dgram opened this issue Dec 30, 2015 · 0 comments
Open

DoctrineWriter oneToMany Association #282

dgram opened this issue Dec 30, 2015 · 0 comments

Comments

@dgram
Copy link

dgram commented Dec 30, 2015

Hi,

i have an problem with the DoctrineWriter,
when i try to use the writer with nested - oneToMany relation.

Example:

Product -> Categories (1 - n)

I have my structure like this

productName; categories
"test"; "category1, category2"

Know i have implement an NestedValueConverterStep so the Converter will read the entities by the given extracted name.

So i have an array of Category Entities.
The Problem ive seen in the code, is theres no query which read if this is an oneToMany association.

I want to make the issue directly in portphp, but have no option to do that.

btw: it will be better to make the variables and functions in ValueConverterStep as "protected" to reuse them.

regards,
daniel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant