I need to create another EntityManager for data lookups. It will be based on views from database.
I would like to make all of those entities "read only" and as light as possible. I turned off validation and attributes. I also would like to set it so it's read-only so in code only queries can run against this manager. How do I achieve this?