org.hibernate.test.instrument.cases
Class AbstractExecutable

java.lang.Object
  extended by org.hibernate.test.instrument.cases.AbstractExecutable
All Implemented Interfaces:
Executable
Direct Known Subclasses:
TestCustomColumnReadAndWrite, TestDirtyCheckExecutable, TestFetchAllExecutable, TestInjectFieldInterceptorExecutable, TestIsPropertyInitializedExecutable, TestLazyExecutable, TestLazyManyToOneExecutable, TestLazyPropertyCustomTypeExecutable, TestManyToOneProxyExecutable, TestSharedPKOneToOneExecutable

public abstract class AbstractExecutable
extends Object
implements Executable


Constructor Summary
AbstractExecutable()
           
 
Method Summary
protected  void cleanup()
           
 void complete()
           
protected  SessionFactory getFactory()
           
protected  String[] getResources()
           
 void prepare()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hibernate.test.instrument.cases.Executable
execute
 

Constructor Detail

AbstractExecutable

public AbstractExecutable()
Method Detail

prepare

public final void prepare()
Specified by:
prepare in interface Executable

complete

public final void complete()
Specified by:
complete in interface Executable

getFactory

protected SessionFactory getFactory()

cleanup

protected void cleanup()

getResources

protected String[] getResources()


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