org.hibernate.envers.test.integration.ids
Class ManyToOneIdNotAudited

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractEntityTest
          extended by org.hibernate.envers.test.integration.ids.ManyToOneIdNotAudited

public class ManyToOneIdNotAudited
extends AbstractEntityTest

A test checking that when using Envers it is possible to have non-audited entities that use unsupported components in their ids, e.g. a many-to-one join to another entity.


Constructor Summary
ManyToOneIdNotAudited()
           
 
Method Summary
 void configure(Ejb3Configuration cfg)
           
 void initData()
           
 
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

ManyToOneIdNotAudited

public ManyToOneIdNotAudited()
Method Detail

configure

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

initData

public void initData()


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