org.hibernate.envers.test.integration.components
Class PropertiesGroupTest

java.lang.Object
  extended by org.hibernate.envers.test.AbstractEnversTest
      extended by org.hibernate.envers.test.AbstractSessionTest
          extended by org.hibernate.envers.test.integration.components.PropertiesGroupTest

public class PropertiesGroupTest
extends AbstractSessionTest


Field Summary
 
Fields inherited from class org.hibernate.envers.test.AbstractSessionTest
config
 
Constructor Summary
PropertiesGroupTest()
           
 
Method Summary
 void initData()
           
protected  void initMappings()
           
 void testAuditTableColumns()
           
 void testHistoryOfUniquePropsEntity()
           
 void testHistoryOfUniquePropsNotAuditedEntity()
           
 
Methods inherited from class org.hibernate.envers.test.AbstractSessionTest
closeSessionFactory, getAuditReader, getCfg, getHibernateConfigurationFileName, getSession, init, newSessionFactory
 
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

PropertiesGroupTest

public PropertiesGroupTest()
Method Detail

initMappings

protected void initMappings()
                     throws MappingException,
                            URISyntaxException
Specified by:
initMappings in class AbstractSessionTest
Throws:
MappingException
URISyntaxException

initData

public void initData()

testAuditTableColumns

public void testAuditTableColumns()

testHistoryOfUniquePropsEntity

public void testHistoryOfUniquePropsEntity()

testHistoryOfUniquePropsNotAuditedEntity

public void testHistoryOfUniquePropsNotAuditedEntity()


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