CircleOfNice / DoctrineRestDriver

GNU General Public License v3.0
153 stars 44 forks source link

ID detection by @Id annotation #36

Closed TobiasHauck closed 8 years ago

TobiasHauck commented 8 years ago

What is this feature about (expected vs actual behaviour)?

The id of an entity should be detected by using the @Id annotation

How can I reproduce it?

Rename the "id" variable of an entity into something else. The result? The driver won't realize the entity has an id. This ain't cool.

Does it take minutes, hours or days to fix?

hours

Any additional information?