Comment by [email protected]: I am attempting to disable flushing in my entityManager. So I have: <property name="org.hibernate.FlushMode" value="NEVER" /> in my persistence.xml file.
However, this seems to be getting completely ignored when the EntityManager is created.
Is there something I need to be doing when I create my JpaPersistModule to get this to work properly?
For more information: http://code.google.com/p/google-guice/wiki/JPA -- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice-dev?hl=en.
