org.hibernate.test.instrument.cases
Class AbstractExecutable
java.lang.Object
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
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 |
AbstractExecutable
public AbstractExecutable()
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.