A B C D E G I L N O R S T

A

afterPropertiesSet() - Method in class org.springmodules.orm.orbroker.BrokerAccessor
Eagerly initialize the exception translator, creating a default one for the specified Broker if none set.
afterPropertiesSet() - Method in class org.springmodules.orm.orbroker.BrokerFactoryBean
 
applyNamedParamsToExecutable(Executable, String[], Object[]) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 

B

BrokerAccessor - Class in org.springmodules.orm.orbroker
Base class for BrokerTemplate.
BrokerAccessor() - Constructor for class org.springmodules.orm.orbroker.BrokerAccessor
 
BrokerCallback - Interface in org.springmodules.orm.orbroker
Callback interface for data access code that works on an O/R Broker Exeutable.
BrokerDaoSupport - Class in org.springmodules.orm.orbroker.support
Convenient super class for O/R Broker data access objects.
BrokerDaoSupport() - Constructor for class org.springmodules.orm.orbroker.support.BrokerDaoSupport
 
BrokerFactoryBean - Class in org.springmodules.orm.orbroker
FactoryBean that creates a local O/R Broker's Broker instance.
BrokerFactoryBean() - Constructor for class org.springmodules.orm.orbroker.BrokerFactoryBean
 
BrokerOperationException - Class in org.springmodules.orm.orbroker
Generic exception thrown on O/R Broker operation failure without SQLException cause.
BrokerOperationException(BrokerException) - Constructor for class org.springmodules.orm.orbroker.BrokerOperationException
 
BrokerOperations - Interface in org.springmodules.orm.orbroker
Interface that specifies a basic set of O/R Broker Executable operations.
BrokerTemplate - Class in org.springmodules.orm.orbroker
Helper class that simplifies O/R Broker data access code, and converts checked BrokerException into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.
BrokerTemplate() - Constructor for class org.springmodules.orm.orbroker.BrokerTemplate
Create a new BrokerTemplate instance.
BrokerTemplate(Broker) - Constructor for class org.springmodules.orm.orbroker.BrokerTemplate
Create a new BrokerTemplate instance.
brokerTemplate - Variable in class org.springmodules.orm.orbroker.support.BrokerDaoSupport
 

C

checkDaoConfig() - Method in class org.springmodules.orm.orbroker.support.BrokerDaoSupport
 
convertBrokerException(BrokerException) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
 

D

doInBroker(Executable) - Method in interface org.springmodules.orm.orbroker.BrokerCallback
Gets called by BrokerTemplate.execute with an active Executable.

E

execute(String) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
execute(String, String, Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
execute(String, String[], Object[]) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
execute(BrokerCallback) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
execute(String) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
execute(String, String, Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
execute(String, String[], Object[]) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
executeBatch(String, String, Collection) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
executeBatch(String, String, Object[]) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
executeBatch(String, String, Collection) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
executeBatch(String, String, Object[]) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
executeWithBooleanResult(BrokerCallback) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
executeWithIntResult(BrokerCallback) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
executeWithListResult(BrokerCallback) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 

G

getBroker() - Method in class org.springmodules.orm.orbroker.BrokerAccessor
 
getBrokerTemplate() - Method in class org.springmodules.orm.orbroker.support.BrokerDaoSupport
 
getDataSource() - Method in class org.springmodules.orm.orbroker.BrokerAccessor
 
getExceptionTranslator() - Method in class org.springmodules.orm.orbroker.BrokerAccessor
Return the exception translator for this instance.
getObject() - Method in class org.springmodules.orm.orbroker.BrokerFactoryBean
 
getObjectType() - Method in class org.springmodules.orm.orbroker.BrokerFactoryBean
 

I

isLazyInit() - Method in class org.springmodules.orm.orbroker.BrokerAccessor
Return whether to lazily initialize the SQLExceptionTranslator for this accessor.
isSingleton() - Method in class org.springmodules.orm.orbroker.BrokerFactoryBean
 
iterate(String, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
iterate(String, int, String, Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
iterate(String, int, String[], Object[]) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
iterate(String, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
iterate(String, int, String, Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
iterate(String, int, String[], Object[]) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 

L

logger - Variable in class org.springmodules.orm.orbroker.BrokerAccessor
 
logger - Variable in class org.springmodules.orm.orbroker.support.BrokerDaoSupport
 

N

newExecutable(Broker, Connection) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
 

O

org.springmodules.orm.orbroker - package org.springmodules.orm.orbroker
 
org.springmodules.orm.orbroker.support - package org.springmodules.orm.orbroker.support
 

R

releaseExecutable(Broker, Executable) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
 

S

selectMany(String) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String, Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String[], Object[]) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, Collection) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String, Object, Collection) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String[], Object[], Collection) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, int, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String, Object, int, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String[], Object[], int, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, Collection, int, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String, Object, Collection, int, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String, String[], Object[], Collection, int, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectMany(String) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String, Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String[], Object[]) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, Collection) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String, Object, Collection) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String[], Object[], Collection) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, int, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String, Object, int, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String[], Object[], int, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, Collection, int, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String, Object, Collection, int, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectMany(String, String[], Object[], Collection, int, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOne(String) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOne(String, String, Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOne(String, String[], Object[]) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOne(String, Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOne(String, String, Object, Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOne(String, String[], Object[], Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOne(String) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOne(String, String, Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOne(String, String[], Object[]) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOne(String, Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOne(String, String, Object, Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOne(String, String[], Object[], Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOneFromMany(String, int) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOneFromMany(String, int, String, Object) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOneFromMany(String, int, String[], Object[]) - Method in interface org.springmodules.orm.orbroker.BrokerOperations
 
selectOneFromMany(String, int) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOneFromMany(String, int, String, Object) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
selectOneFromMany(String, int, String[], Object[]) - Method in class org.springmodules.orm.orbroker.BrokerTemplate
 
setBroker(Broker) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
 
setBroker(Broker) - Method in class org.springmodules.orm.orbroker.support.BrokerDaoSupport
 
setBrokerTemplate(BrokerTemplate) - Method in class org.springmodules.orm.orbroker.support.BrokerDaoSupport
 
setConfigLocation(Resource) - Method in class org.springmodules.orm.orbroker.BrokerFactoryBean
Set the location of the O/R Broker config file.
setDatabaseProductName(String) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
Specify the database product name for the DataSource that this accessor uses.
setDataSource(DataSource) - Method in class org.springmodules.orm.orbroker.BrokerFactoryBean
Set the DataSource to be used by O/R Broker.
setExceptionTranslator(SQLExceptionTranslator) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
Set the exception translator for this instance.
setLazyInit(boolean) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
Set whether to lazily initialize the SQLExceptionTranslator for this accessor, on first encounter of a SQLException.
setTextReplacements(Properties) - Method in class org.springmodules.orm.orbroker.BrokerFactoryBean
Set text replacement values.

T

translateJdbcException(SQLException) - Method in class org.springmodules.orm.orbroker.BrokerAccessor
 

A B C D E G I L N O R S T

Copyright © 2005. All Rights Reserved.