You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Doctrine the convention is to set the Id in the Entity but that doesn't look to be the case in the library.
Moreover there is no way to get it from the manager too.
So i was thinking how we can get the last inserted ID from this library that looks like copying Doctrine logic?
The text was updated successfully, but these errors were encountered:
When using Doctrine the convention is to set the Id in the Entity but that doesn't look to be the case in the library. Moreover there is no way to get it from the manager too. So i was thinking how we can get the last inserted ID from this library that looks like copying Doctrine logic?
When using Doctrine the convention is to set the Id in the Entity but that doesn't look to be the case in the library.
Moreover there is no way to get it from the manager too.
So i was thinking how we can get the last inserted ID from this library that looks like copying Doctrine logic?
The text was updated successfully, but these errors were encountered: