All Classes and Interfaces
Class
Description
The super-class for all PostgreSQL Database Types.
A versionf of
SQLProcessor that will implcitly
auto commit any updates that occur
It will be created with SQLProcessor.CommitMode.AUTO_COMMIT
This class is used to "clearly document" the mode the SQLProcessor is inA very simple class to wrap a byte array for persistence.
This is a copy of the Jira core com.atlassian.core.util.ClassLoaderUtils!
A copy was made into the Ofbiz project so that this class could be used in Ofbiz
without creating any circluar dependencies on the Jira project.
ConnectionFactory - central source for JDBC connections
Connection pool configuration
This is a builder class for constructing a
ConnectionPoolInfo manually.Synthesizes
ConnectionPoolInfos when there are not know at compile timeThis holds information about the state of the connection pool at the time a connection was borrowed from the
connection pool
Abstraction for acquiring a reference to a
Connection.A class to track information about
Connections that come from the connection pool.A
Connection implementation that has a SQLInterceptor attached
to itCreates a count query
Interface representing the different types of databases.
This class provides methods for finding the correct database type for a given connection object.
Utilities for Entity Database Maintenance
Info about a datasource
DBCP ConnectionFactory - central source for JDBC connections from DBCP
This is currently non transactional as DBCP doesn't seem to support transactional datasources yet (DBCP 1.0).
A pure delegating
Connection implementationDelegator Interface
Distributed Cache Clear interface definition
A dumb, non-working transaction manager.
Generic Entity Clause - Used to string together entities to make a find clause
Created Mon Nov 5, 2001
Represents the conditions to be used to constrain a query
An EntityCondition can represent various type of constraints, including: EntityConditionList: a list of EntityConditions, combined with the operator specified EntityExpr: for simple expressions or expressions that combine EntityConditions EntityExprList: a list of EntityExprs, combined with the operator specified EntityFieldMap: a map of fields where the field (key) equals the value, combined with the operator specified These can be used in various combinations using the EntityExpr object.
An EntityCondition can represent various type of constraints, including: EntityConditionList: a list of EntityConditions, combined with the operator specified EntityExpr: for simple expressions or expressions that combine EntityConditions EntityExprList: a list of EntityExprs, combined with the operator specified EntityFieldMap: a map of fields where the field (key) equals the value, combined with the operator specified These can be used in various combinations using the EntityExpr object.
Encapsulates a list of EntityConditions to be used as a single EntityCondition combined as specified
Represents a single parameter to be used in the preparedStatement
Misc.
EntityEcaHandler interface
Encapsulates simple expressions used for specifying queries
Encapsulates simple expressions used for specifying queries
Encapsulates simple expressions used for specifying queries
Advanced options for finding entities.
Generic Entity Cursor List Iterator for Handling Cursored DB Results
EntityLockedException
Encapsulates operations between entities and entity fields.
SAX XML Parser Content Handler for Entity Engine XML files
Makes it easier to deal with entities that follow the
extensibility pattern and that can be of various types as identified in the database.
Helper methods when dealing with Entities, especially ones that follow certain conventions
Created Tue Aug 07 01:10:32 MDT 2001
Encapsulates SQL expressions used for where clause snippets.
Deprecated.
use ExplicitCommitSQLProcessor instead (fixes typo in name).
This version of the
SQLProcessor that
takes sets autocommit to false on its connection and then calls commit on
that connection when it is closed.Base class for creating a function definition.
GenericCreateException
Generic Entity Data Access Object - Handles persistence for any defined entity.
GenericDataSourceException
Generic Data Source Delegator.
GenericDuplicateKeyException.java
Generic Entity Value Object - Handles persistence for any defined entity.
GenericConfigException
GenericEntityException
GenericEntityNotFoundException
GenericFindException
Generic Entity Helper Class
Generic Entity Helper Class
Generic Entity Helper Factory Class
GenericModelException
GenericNoSuchEntityException.java
GenericNotImplementedException
Generic Entity Primary Key Object
GenericRemoveException
GenericResultSetClosedException
GenericStoreException
GenericTransactionException
Generic Entity Value Object - Handles persisntence for any defined entity.
JDBC datasource descriptor
A TransactionFactory that automatically resolves the transaction factory from JNDI by making
some informed guesses.
Created by IntelliJ IDEA.
JNDI data source info
Central source for Tyrex JTA objects from JNDI
JotmFactory - Central source for JOTM JDBC Objects
JotmFactory - Central source for JOTM JTA objects
Amends the passed in SQL string to provide limit clause
Copyright All Rights Reserved.
Partial GenericHelper implementation that is entirely memory-based,
to be used for simple unit testing (can't do anything beyond searches
for primary keys, findByOr and findByAnd).
Generic Entity - Entity model class
Generic Entity - Field model class
Generic Entity - FieldType model class
Generic Entity - Field Type Definition Reader
Generic Entity - Relation model function-based-index class
Generic Entity - Entity Group Definition Reader
Generic Entity - Relation model class
Generic Entity - KeyMap model class
Generic Entity - Entity Definition Reader
Generic Entity - Relation model class
Generic Entity - General Utilities
This class extends ModelEntity and provides additional information appropriate to view entities
A NO-OP implementation of
SQLInterceptorFactoryThis version of the
SQLProcessor that takes a connection on construction and does
not participate in committing on close.Utility class for methods that operate on Property instances.
A version of
SQLProcessor will only issue read only SELECT sql and will never
touch the connections autocommit status or call commit() on the connectionWraps a
SQLConnectionInterceptor such that the callbacks are guaranteed not to throw
runtime exceptions or linkage errors.Sequence Utility to get unique sequences from named sequence banks
Uses a collision detection approach to safely get unique sequenced ids in banks from the database
Factors out serialization and Base64 encoding logic.
An interceptor that knows about when connections are taken from the underlying connection pool
The
SQLInterceptor is called before and after SQL is to be executed in OFBIZ.SQLInterceptorFactory is responsible for generating SQLInterceptors when asked.This will read "ofbiz-database.properties" and look for a "sqlinterceptor.factory.class" key.
GenericDAO Utility methods for general tasks
An enumeration of the various data types supported by the entity engine.
SQLProcessor - provides utility functions to ease database access
TransactionFactory - central source for JTA objects
TyrexTransactionFactory - central source for Tyrex JTA objects
Created July 1, 2001, 5:03 PM
Converts from a text
Transaction Utility to help with some common transaction tasks
A transformation upon an entity.
Tyrex ConnectionFactory - central source for JDBC connections from Tyrex
TyrexTransactionFactory - central source for Tyrex JTA objects