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

A

AbstractPluginFactory - Class in org.specrunner.hibernate4
Common part of plugins with Spring like factory methods.
AbstractPluginFactory() - Constructor for class org.specrunner.hibernate4.AbstractPluginFactory
 
action(IContext, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate4.PluginHibernate
Process a Hibernate action.
action(IContext, Object, RowAdapter, IResultSet, SessionFactory) - Method in class org.specrunner.hibernate4.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.hibernate4.PluginInsert
 
all(AbstractPluginObject, IContext, IResultSet) - Method in class org.specrunner.hibernate4.ObjectSelector
 

C

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

D

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

E

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

F

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

G

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

H

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

I

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

K

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

M

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

O

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

P

perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate4.PluginDelete
 
perform(IContext, Object, Object, RowAdapter, IResultSet) - Method in class org.specrunner.hibernate4.PluginUpdate
 
PluginAll - Class in org.specrunner.hibernate4
Check if a given list of objects is the same in database.
PluginAll() - Constructor for class org.specrunner.hibernate4.PluginAll
Create a output comparison.
PluginConfiguration - Class in org.specrunner.hibernate4
Creates/recovers a configuration instance and add it to the global context.
PluginConfiguration() - Constructor for class org.specrunner.hibernate4.PluginConfiguration
 
PluginContains - Class in org.specrunner.hibernate4
Check if a given list of objects is present in database.
PluginContains() - Constructor for class org.specrunner.hibernate4.PluginContains
Create a output comparison.
PluginDelete - Class in org.specrunner.hibernate4
Update object in database.
PluginDelete() - Constructor for class org.specrunner.hibernate4.PluginDelete
Create an update plugin.
PluginHibernate - Class in org.specrunner.hibernate4
Generic Hibernate plugin.
PluginHibernate() - Constructor for class org.specrunner.hibernate4.PluginHibernate
 
PluginInsert - Class in org.specrunner.hibernate4
Allow create object instances an make them persistent using Hibernate by using save.
PluginInsert() - Constructor for class org.specrunner.hibernate4.PluginInsert
 
PluginNotContains - Class in org.specrunner.hibernate4
Check if an object is not in object repository.
PluginNotContains() - Constructor for class org.specrunner.hibernate4.PluginNotContains
Creates the plugin.
PluginSchemaExport - Class in org.specrunner.hibernate4
Creates a schema based on Hibernate annotated classes.
PluginSchemaExport() - Constructor for class org.specrunner.hibernate4.PluginSchemaExport
 
PluginSessionFactory - Class in org.specrunner.hibernate4
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.hibernate4.PluginSessionFactory
 
PluginUpdate - Class in org.specrunner.hibernate4
Update object in database.
PluginUpdate() - Constructor for class org.specrunner.hibernate4.PluginUpdate
Create an update plugin.

R

release() - Method in class org.specrunner.hibernate4.ObjectSelector
 
requiresPostCommitHanding(EntityPersister) - Method in class org.specrunner.hibernate4.HibernateListener
 

S

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

T

type - Variable in class org.specrunner.hibernate4.AbstractPluginFactory
The provider class name.
A C D E F G H I K M O P R S T 
Skip navigation links

Copyright © 2017. All rights reserved.