Package org.ofbiz.core.entity.jdbc
package org.ofbiz.core.entity.jdbc
-
ClassDescriptionA versionf of
SQLProcessorthat will implcitly auto commit any updates that occur It will be created withSQLProcessor.CommitMode.AUTO_COMMITThis class is used to "clearly document" the mode the SQLProcessor is inUtilities for Entity Database MaintenanceDeprecated.use ExplicitCommitSQLProcessor instead (fixes typo in name).This version of theSQLProcessorthat takes sets autocommit to false on its connection and then calls commit on that connection when it is closed.This version of theSQLProcessorthat takes a connection on construction and does not participate in committing on close.A version ofSQLProcessorwill only issue read only SELECT sql and will never touch the connections autocommit status or call commit() on the connectionFactors out serialization and Base64 encoding logic.This will read "ofbiz-database.properties" and look for a "sqlinterceptor.factory.class" key.GenericDAO Utility methods for general tasksAn enumeration of the various data types supported by the entity engine.SQLProcessor - provides utility functions to ease database access