ma.glasnost.orika.test.unenhance.inheritance
Class HibernateProxyTestCase

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.inheritance.HibernateProxyTestCase

@ContextConfiguration(locations="classpath:HibernateProxyTestCase-context.xml")
@Transactional
@DirtiesContext
public class HibernateProxyTestCase
extends Object


Constructor Summary
HibernateProxyTestCase()
           
 
Method Summary
protected  org.hibernate.Session getSession()
           
 void setup()
           
 void testMappingCaching()
           
 void testMappingNonProxyObject()
           
 void testMappingProxyObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateProxyTestCase

public HibernateProxyTestCase()
Method Detail

getSession

protected org.hibernate.Session getSession()

setup

public void setup()

testMappingNonProxyObject

public void testMappingNonProxyObject()

testMappingProxyObject

public void testMappingProxyObject()

testMappingCaching

public void testMappingCaching()


Copyright © 2013 Glasnost. All Rights Reserved.