A C D E F G H I K M O P R S T

A

AbstractPluginFactory - Class in org.specrunner.hibernate3
Common part of plugins with Spring like factory methods.
AbstractPluginFactory() - Constructor for class org.specrunner.hibernate3.AbstractPluginFactory
 
action(IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate3.PluginHibernate
Process a Hibernate action.
action(IContext, Object, RowAdapter, IResultSet, SessionFactory) - Method in class org.specrunner.hibernate3.PluginHibernate
This method can be and should be overridden to perform save, comparison, etc for updates.
action(IContext, Object, RowAdapter, IResultSet, SessionFactory) - Method in class org.specrunner.hibernate3.PluginInsert
 
all(AbstractPluginObject, IContext, IResultSet) - Method in class org.specrunner.hibernate3.ObjectSelector
 

C

changeUrl(IContext, Configuration) - Method in class org.specrunner.hibernate3.PluginConfiguration
Change URL if thread safe is true.
configuration - Variable in class org.specrunner.hibernate3.PluginHibernate
The configuration name.
configuration - Variable in class org.specrunner.hibernate3.PluginSchemaExport
The configuration name.
configuration - Variable in class org.specrunner.hibernate3.PluginSessionFactory
The configuration name.
createSchema(IContext, SessionFactory) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Perform create schema.

D

doStart(IContext, IResultSet) - Method in class org.specrunner.hibernate3.PluginConfiguration
 
doStart(IContext, IResultSet) - Method in class org.specrunner.hibernate3.PluginSchemaExport
 
doStart(IContext, IResultSet) - Method in class org.specrunner.hibernate3.PluginSessionFactory
 
drop - Variable in class org.specrunner.hibernate3.PluginSchemaExport
To drop schema.
dropSchema(IContext, SessionFactory) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Perform drop schema.

E

entities - Variable in class org.specrunner.hibernate3.HibernateListener
Map of objects inserted.
export - Variable in class org.specrunner.hibernate3.PluginSchemaExport
To export/update schema.

F

factory - Variable in class org.specrunner.hibernate3.AbstractPluginFactory
The factory class.
factory - Variable in class org.specrunner.hibernate3.PluginSchemaExport
The factory name.
FEATURE_CONFIGURATION - Static variable in class org.specrunner.hibernate3.PluginSessionFactory
Feature to set configuration.
FEATURE_FACTORY - Static variable in class org.specrunner.hibernate3.PluginConfiguration
Feature to set configuration factory class.
FEATURE_FACTORY - Static variable in class org.specrunner.hibernate3.PluginSessionFactory
Feature to set session factory factory.
FEATURE_METHOD - Static variable in class org.specrunner.hibernate3.PluginConfiguration
Feature to set method factory name.
FEATURE_METHOD - Static variable in class org.specrunner.hibernate3.PluginSessionFactory
Set feature factory method name.
FEATURE_TYPE - Static variable in class org.specrunner.hibernate3.PluginConfiguration
Feature to set configuration provider class name.
FEATURE_TYPE - Static variable in class org.specrunner.hibernate3.PluginSessionFactory
The session factory provider name.

G

get() - Static method in class org.specrunner.hibernate3.ObjectSelector
Gets the thread safe instance of finder.
getActionType() - Method in class org.specrunner.hibernate3.AbstractPluginFactory
 
getActionType() - Method in class org.specrunner.hibernate3.PluginDelete
 
getActionType() - Method in class org.specrunner.hibernate3.PluginInsert
 
getActionType() - Method in class org.specrunner.hibernate3.PluginSchemaExport
 
getActionType() - Method in class org.specrunner.hibernate3.PluginUpdate
 
getConfiguration() - Method in interface org.specrunner.hibernate3.IConfigurationProvider
Gets the system configuration.
getConfiguration(IContext, String) - Static method in class org.specrunner.hibernate3.PluginConfiguration
Gets the configuration object bound to the environment with a given name.
getConfiguration() - Method in class org.specrunner.hibernate3.PluginHibernate
The configuration name.
getConfiguration() - Method in class org.specrunner.hibernate3.PluginSchemaExport
Name of configuration to be used.
getConfiguration() - Method in class org.specrunner.hibernate3.PluginSessionFactory
Gets the configuration.
getFactory() - Method in class org.specrunner.hibernate3.AbstractPluginFactory
Get the session factory factory class.
getFactory() - Method in class org.specrunner.hibernate3.PluginSchemaExport
Name of session factory to be used.
getMethod() - Method in class org.specrunner.hibernate3.AbstractPluginFactory
Get the static method of object factory.
getSchema() - Method in class org.specrunner.hibernate3.PluginSchemaExport
Gets the schema name.
getSessioFactory() - Method in interface org.specrunner.hibernate3.ISessionFactoryProvider
Get the system session factory.
getSessionFactory(IContext, String) - Static method in class org.specrunner.hibernate3.PluginSessionFactory
Get the session factory associated to a given name in test context.
getSource(AbstractPluginObject, IContext) - Method in class org.specrunner.hibernate3.ObjectSelector
 
getType() - Method in class org.specrunner.hibernate3.AbstractPluginFactory
Get the session factory provider class name.

H

HibernateListener - Class in org.specrunner.hibernate3
A Hibernate listener to monitor object insertions.
HibernateListener(Map<Class<?>, AbstractPluginObject>) - Constructor for class org.specrunner.hibernate3.HibernateListener
Creates a listener with a entities mapping.

I

IConfigurationProvider - Interface in org.specrunner.hibernate3
A configuration provider, to be used with 'type' attribute of PluginConfiguration.
initialize(IContext) - Method in class org.specrunner.hibernate3.PluginConfiguration
 
initialize(IContext) - Method in class org.specrunner.hibernate3.PluginSessionFactory
 
instance - Static variable in class org.specrunner.hibernate3.ObjectSelector
Thread safe instance of ObjectSelector.
isDrop() - Method in class org.specrunner.hibernate3.PluginSchemaExport
true, if schema has to be dropped, false, otherwise.
ISessionFactoryProvider - Interface in org.specrunner.hibernate3
A session factory provider, to be used with 'type' attribute of PluginSessionFactory.
isExport() - Method in class org.specrunner.hibernate3.PluginSchemaExport
true, to perform schema creation on database, false, otherwise.
isMapped() - Method in class org.specrunner.hibernate3.PluginInsert
 
isScript() - Method in class org.specrunner.hibernate3.PluginSchemaExport
true, if script must be writen to System.out.

K

keyBefore - Variable in class org.specrunner.hibernate3.HibernateListener
Key of object before inclusion.

M

method - Variable in class org.specrunner.hibernate3.AbstractPluginFactory
The method name in object factory.

O

ObjectSelector - Class in org.specrunner.hibernate3
Hibernate object selector.
ObjectSelector() - Constructor for class org.specrunner.hibernate3.ObjectSelector
 
onPostInsert(PostInsertEvent) - Method in class org.specrunner.hibernate3.HibernateListener
 
onPreInsert(PreInsertEvent) - Method in class org.specrunner.hibernate3.HibernateListener
 
org.specrunner.hibernate3 - package org.specrunner.hibernate3
 

P

perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate3.PluginDelete
 
perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate3.PluginUpdate
 
PluginAll - Class in org.specrunner.hibernate3
Check if a given list of objects is the same in database.
PluginAll() - Constructor for class org.specrunner.hibernate3.PluginAll
Create a output comparison.
PluginConfiguration - Class in org.specrunner.hibernate3
Creates/recovers a configuration instance and add it to the global context.
PluginConfiguration() - Constructor for class org.specrunner.hibernate3.PluginConfiguration
 
PluginContains - Class in org.specrunner.hibernate3
Check if a given list of objects is present in database.
PluginContains() - Constructor for class org.specrunner.hibernate3.PluginContains
Create a output comparison.
PluginDelete - Class in org.specrunner.hibernate3
Update object in database.
PluginDelete() - Constructor for class org.specrunner.hibernate3.PluginDelete
Create an update plugin.
PluginHibernate - Class in org.specrunner.hibernate3
Generic Hibernate plugin.
PluginHibernate() - Constructor for class org.specrunner.hibernate3.PluginHibernate
 
PluginInsert - Class in org.specrunner.hibernate3
Allow create object instances an make them persistent using Hibernate3 by using save.
PluginInsert() - Constructor for class org.specrunner.hibernate3.PluginInsert
 
PluginNotContains - Class in org.specrunner.hibernate3
Check if an object is not in object repository.
PluginNotContains() - Constructor for class org.specrunner.hibernate3.PluginNotContains
Creates the plugin.
PluginSchemaExport - Class in org.specrunner.hibernate3
Creates a schema based on Hibernate annotated classes.
PluginSchemaExport() - Constructor for class org.specrunner.hibernate3.PluginSchemaExport
 
PluginSessionFactory - Class in org.specrunner.hibernate3
Creates/recovers a SessionFactory instance and add it to the plugin global context, it can be done using three strategies: by setting 'configuration' attribute to a name used previously by a PluginConfiguration; by setting 'type' attribute to a class that implements IConfigurationProvider, i.e.
PluginSessionFactory() - Constructor for class org.specrunner.hibernate3.PluginSessionFactory
 
PluginUpdate - Class in org.specrunner.hibernate3
Update object in database.
PluginUpdate() - Constructor for class org.specrunner.hibernate3.PluginUpdate
Create an update plugin.

R

release() - Method in class org.specrunner.hibernate3.ObjectSelector
 

S

schema - Variable in class org.specrunner.hibernate3.PluginSchemaExport
The schema name.
script - Variable in class org.specrunner.hibernate3.PluginSchemaExport
To show/generate script.
select(AbstractPluginObject, IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate3.ObjectSelector
 
session - Variable in class org.specrunner.hibernate3.ObjectSelector
The object session factory.
SESSION_CONFIGURATION - Static variable in class org.specrunner.hibernate3.PluginConfiguration
Default configuration name.
SESSION_FACTORY - Static variable in class org.specrunner.hibernate3.PluginSessionFactory
Default session factory name.
setConfiguration(String) - Method in class org.specrunner.hibernate3.PluginHibernate
Set configuration name.
setConfiguration(String) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Set the configuration.
setConfiguration(String) - Method in class org.specrunner.hibernate3.PluginSessionFactory
Sets the configuration.
setDrop(boolean) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Set the drop behavior.
setExport(boolean) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Sets export status.
setFactory(String) - Method in class org.specrunner.hibernate3.AbstractPluginFactory
Set session factory object factory.
setFactory(String) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Set a session factory.
setListeners(Configuration) - Method in class org.specrunner.hibernate3.PluginConfiguration
Set listeners of plugin.
setMethod(String) - Method in class org.specrunner.hibernate3.AbstractPluginFactory
Set the method of a factory.
setSchema(String) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Set the default schema.
setScript(boolean) - Method in class org.specrunner.hibernate3.PluginSchemaExport
Set script output status.
setType(String) - Method in class org.specrunner.hibernate3.AbstractPluginFactory
Set the session factory provider.

T

type - Variable in class org.specrunner.hibernate3.AbstractPluginFactory
The provider class name.

A C D E F G H I K M O P R S T

Copyright © 2016. All rights reserved.