FileDocCategorySizeDatePackage
CurrentSessionConnectionTest.javaAPI DocHibernate 3.2.5861Tue Dec 12 16:22:26 GMT 2006org.hibernate.test.connections

CurrentSessionConnectionTest

public class CurrentSessionConnectionTest extends AggressiveReleaseTest
Implementation of CurrentSessionConnectionTest.
author
Steve Ebersole

Fields Summary
Constructors Summary
public CurrentSessionConnectionTest(String name)

		super( name );
	
Methods Summary
protected org.hibernate.SessiongetSessionUnderTest()

		return getSessions().getCurrentSession();
	
protected voidrelease(org.hibernate.Session session)

		// do nothing, txn synch should release session as part of current-session definition
	
public static junit.framework.Testsuite()

		return new FunctionalTestClassTestSuite( CurrentSessionConnectionTest.class );