[jboss-jira] [JBoss JIRA] (WFLY-11891) Add tests that enable JPA bytecode enhancing

Scott Marlow (Jira) issues at jboss.org
Thu Mar 21 12:23:00 EDT 2019


Scott Marlow created WFLY-11891:
-----------------------------------

             Summary: Add tests that enable JPA bytecode enhancing
                 Key: WFLY-11891
                 URL: https://issues.jboss.org/browse/WFLY-11891
             Project: WildFly
          Issue Type: Enhancement
          Components: JPA / Hibernate
            Reporter: Scott Marlow
            Assignee: Scott Marlow


Pick a few unit tests and add the following settings to enable entity bytecode enhancement:
{code}
<property name="hibernate.ejb.use_class_enhancer" value="true"/>
<property name="hibernate.enhancer.enableDirtyTracking" value="true"/>
<property name="hibernate.enhancer.enableLazyInitialization" value="true"/>
<property name="hibernate.enhancer.enableAssociationManagement" value="true"/>
{code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list