OOP SimpleDaoHelper Version 1.2
A B C D F G I J L N P Q S U

A

addBigDecimal(BigDecimal) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the BigDecimal object which will be inserted into the PreparedStatement object.
addBinary(byte[]) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the byte[ ] object which will be inserted into the PreparedStatement object.
addBoolean(boolean) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the boolean value which will be inserted into the PreparedStatement object.
addByte(byte) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the byte value which will be inserted into the PreparedStatement object.
addDouble(double) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the double value which will be inserted into the PreparedStatement object.
addFloat(float) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the float value which will be inserted into the PreparedStatement object.
addInt(int) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the int value which will be inserted into the PreparedStatement object.
addLong(long) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the long value which will be inserted into the PreparedStatement object.
addNull(int) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the null object which will be inserted into the PreparedStatement object.
addShort(short) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the short value which will be inserted into the PreparedStatement object.
addSqlDate(Date) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the java.sql.Date object which will be inserted into the PreparedStatement object.
addSqlTime(Time) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the java.sql.Time object which will be inserted into the PreparedStatement object.
addSqlTimestamp(Timestamp) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the java.sql.Timestamp object which will be inserted into the PreparedStatement object.
addString(String) - Method in class com.bentofw.dao.QueryData
By this method, you can specify the String object which will be inserted into the PreparedStatement object.

B

BIG_DECIMAL - Static variable in class com.bentofw.dao.QueryData
 
BINARY - Static variable in class com.bentofw.dao.QueryData
 
BOOLEAN - Static variable in class com.bentofw.dao.QueryData
 
BYTE - Static variable in class com.bentofw.dao.QueryData
 

C

closeResource(ResultSet, PreparedStatement, Connection, boolean) - Method in class com.bentofw.dao.DaoHelperForJdbc
Close the specified ResultSet, PreparedStatment and Connection.
closeResource(ResultSet, PreparedStatement, Connection, boolean) - Method in class com.bentofw.dao.DaoHelperForJndi
Close the specified ResultSet, PreparedStatment and Connection.
closeResource(ResultSet, PreparedStatement, Connection, boolean) - Method in class com.bentofw.dao.DaoHelperForPooledStatement
This method closes only ResultSet.
closeResource(ResultSet, PreparedStatement, Connection, boolean) - Method in interface com.bentofw.dao.SimpleDaoHelper
Close the specified ResultSet, PreparedStatement and Connection.
closeResource(ResultSet, PreparedStatement, Connection, boolean) - Method in class com.bentofw.dao.SimpleDaoHelperImpl
Close the specified ResultSet, PreparedStatement and Connection.
com.bentofw.dao - package com.bentofw.dao
The Java API for making DAO (Data Access Object) simpler.
com.bentofw.util - package com.bentofw.util
The classes and interfaces required for APIs by OOP-Research.

D

DaoHelperFactory - Class in com.bentofw.dao
Given the fully qualified class name, this class creates the instance of SimpleDaoHelper interface.
DaoHelperFactory() - Constructor for class com.bentofw.dao.DaoHelperFactory
 
DaoHelperForJdbc - Class in com.bentofw.dao
Implementation of SimpleDaoHelper interface.
DaoHelperForJdbc() - Constructor for class com.bentofw.dao.DaoHelperForJdbc
The constructor.
DaoHelperForJndi - Class in com.bentofw.dao
Implementation of SimpleDaoHelper interface.
DaoHelperForJndi() - Constructor for class com.bentofw.dao.DaoHelperForJndi
The constructor.
DaoHelperForPooledStatement - Class in com.bentofw.dao
Implementation of SimpleDaoHelper interface.
DaoHelperForPooledStatement() - Constructor for class com.bentofw.dao.DaoHelperForPooledStatement
The constructor.
DOUBLE - Static variable in class com.bentofw.dao.QueryData
 

F

FLOAT - Static variable in class com.bentofw.dao.QueryData
 

G

getBooleanEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its boolean value for it.
getByteEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its byte value for it.
getCharEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its char value for it.
getConnection() - Method in class com.bentofw.dao.DaoHelperForJdbc
Return the JDBC Connection.
getConnection() - Method in class com.bentofw.dao.DaoHelperForJndi
Return the JDBC Connection.
getConnection() - Method in class com.bentofw.dao.DaoHelperForPooledStatement
Return the JDBC Connection.
getConnection() - Method in interface com.bentofw.dao.SimpleDaoHelper
Return the JDBC Connection.
getConnection() - Method in class com.bentofw.dao.SimpleDaoHelperImpl
Return the JDBC Connection.
getDaoHelper(String) - Static method in class com.bentofw.dao.DaoHelperFactory
Given the fully qualified class name, this method creates the instance of SimpleDaoHelper interface.
getDataSource(String) - Method in class com.bentofw.dao.JndiLocator
Return the DataSource.
getDoubleEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its double value for it.
getEjbHome(String, String) - Method in class com.bentofw.dao.JndiLocator
Return the EJBHome.
getEjbLocalHome(String) - Method in class com.bentofw.dao.JndiLocator
Return the EJBLocalHome.
getFloatEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its float value for it.
getInstance() - Static method in class com.bentofw.dao.JndiLocator
Return the instance of this class.
getIntEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its int value for it.
getLongEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its long value for it.
getMessage() - Method in exception com.bentofw.util.NestedException
Returns the error message of original Throwable.
getOriginal() - Method in exception com.bentofw.util.NestedException
Returns the original Throwable.
getPrepareStatement(Connection, String) - Method in class com.bentofw.dao.DaoHelperForJdbc
Return the JDBC PreparedStatement for the given SQL statement.
getPrepareStatement(Connection, String) - Method in class com.bentofw.dao.DaoHelperForJndi
Return the JDBC PreparedStatement for the given SQL statement.
getPrepareStatement(Connection, String) - Method in class com.bentofw.dao.DaoHelperForPooledStatement
Return the JDBC PreparedStatement for the given SQL statement.
getPrepareStatement(Connection, String) - Method in interface com.bentofw.dao.SimpleDaoHelper
Return the JDBC PreparedStatement for the given SQL statement.
getPrepareStatement(Connection, String) - Method in class com.bentofw.dao.SimpleDaoHelperImpl
Return the JDBC PreparedStatement for the given SQL statement.
getQueue(String) - Method in class com.bentofw.dao.JndiLocator
Return the Queue.
getQueueConnectionFactory(String) - Method in class com.bentofw.dao.JndiLocator
Return the QueueConnectionFactory.
getShortEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its short value for it.
getStringEnv(String) - Method in class com.bentofw.dao.JndiLocator
Looks up the JNDI environment value and returns its String value for it.
getTopic(String) - Method in class com.bentofw.dao.JndiLocator
Return the Topic.
getTopicConnectionFactory(String) - Method in class com.bentofw.dao.JndiLocator
Return the TopicConnectionFactory.

I

INT - Static variable in class com.bentofw.dao.QueryData
 

J

JndiLocator - Class in com.bentofw.dao
Service Locator.

L

LONG - Static variable in class com.bentofw.dao.QueryData
 

N

NestedException - Exception in com.bentofw.util
The exception for the system error.
NestedException(Throwable) - Constructor for exception com.bentofw.util.NestedException
The custructor.

P

printStackTrace() - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintWriter.

Q

QueryData - Class in com.bentofw.dao
To set the values within the PreparedStatement object, please add the intended values to this object.
QueryData(String) - Constructor for class com.bentofw.dao.QueryData
The constructor.

S

select(QueryData, int[]) - Method in interface com.bentofw.dao.SimpleDaoHelper
Based on the given QueryData object, this method executes PreparedStatement.
select(QueryData, int[]) - Method in class com.bentofw.dao.SimpleDaoHelperImpl
Based on the given QueryData object, this method executes PreparedStatement.
SHORT - Static variable in class com.bentofw.dao.QueryData
 
SimpleDaoHelper - Interface in com.bentofw.dao
Given the QueryData object, this class creates the PreparedStatement object and executes it.
SimpleDaoHelperImpl - Class in com.bentofw.dao
The abstract super class for the implementation of SimpleDaoHelper interface.
SimpleDaoHelperImpl() - Constructor for class com.bentofw.dao.SimpleDaoHelperImpl
 
SimpleException - Exception in com.bentofw.util
The exception for the logical error.
SimpleException(String) - Constructor for exception com.bentofw.util.SimpleException
The custructor.
SQL_DATE - Static variable in class com.bentofw.dao.QueryData
 
SQL_TIME - Static variable in class com.bentofw.dao.QueryData
 
SQL_TIME_STAMP - Static variable in class com.bentofw.dao.QueryData
 
STRING - Static variable in class com.bentofw.dao.QueryData
 

U

update(QueryData) - Method in interface com.bentofw.dao.SimpleDaoHelper
Based on the given QueryData object, this method executes PreparedStatement.
update(QueryData) - Method in class com.bentofw.dao.SimpleDaoHelperImpl
Based on the given QueryData object, this method executes PreparedStatement.

A B C D F G I J L N P Q S U
OOP SimpleDaoHelper Version 1.2

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.