B C D E F G J M N P R S T

E

endTransaction() - Static method in class com.framework.jdto.transaction.TransactionContextManager
The endTransaction() method ends the transaction.
execute() - Method in class com.framework.jdto.jdbc.wrapper.PreparedStatementWrapper
Calls the execute() method of java.sql.PreparedStatement and closes the PreparedStatement and connection before returning the boolean value.
execute() - Method in class com.framework.jdto.jdbc.wrapper.StatementWrapper
Executes the given SQL statement in the current StatementWrapper Object, which returns a boolean value.
executeQuery(RowMapper) - Method in class com.framework.jdto.jdbc.wrapper.PreparedStatementWrapper
Executes the SQL query in this PreparedStatementWrapper object and returns an Object type of object generated by the query. it takes a RowMapper Object as parameter.This method closes the ResultSet, PreparedStatement and Connection before returning the Object value.
executeQuery(RowMapper) - Method in class com.framework.jdto.jdbc.wrapper.StatementWrapper
Executes the given SQL statement in the current StatementWrapper Object, which returns a single java.lang.Object type of object.
executeUpdate() - Method in class com.framework.jdto.jdbc.wrapper.PreparedStatementWrapper
Executes the SQL statement in this PreparedStatementWrapper object, which must be an SQL INSERT, UPDATE or DELETE statement or an SQL statement that returns nothing, such as a DDL statement.
executeUpdate() - Method in class com.framework.jdto.jdbc.wrapper.StatementWrapper
Executes the given SQL statement in the current StatementWrapper Object, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.

B C D E F G J M N P R S T