What is EntityManager
Using EntityManager
you can manage (insert, update, delete, load, etc.) any entity. EntityManager is just like a collection of all entity repositories in a single place.
You can access the entity manager via getManager()
or from Connection
. Example how to use it:
Last updated
Was this helpful?