org.hibernate.envers.test.integration.proxy
Class AuditedCollectionProxyTest

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.proxy.AuditedCollectionProxyTest

public class AuditedCollectionProxyTest
extends AbstractEntityTest

Test case for HHH-5750: Proxied objects lose the temporary session used to initialize them.


Constructor Summary
AuditedCollectionProxyTest()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 void testProxyIdentifier()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractEntityTest
addConfigurationProperties, close, getAuditReader, getCfg, getEntityManager, init, init, newEntityManager
 
Methods inherited from class org.hibernate.envers.test.AbstractEnversTest
data, getAuditStrategy, setTestData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditedCollectionProxyTest

public AuditedCollectionProxyTest()
Method Detail

configure

public void configure(Ejb3Configuration cfg)
Specified by:
configure in class AbstractEntityTest

initData

public void initData()

testProxyIdentifier

public void testProxyIdentifier()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.