OfBizConnectionFactory | Connection factory for finding out about OfBiz connections and datasources |
OfBizDelegator | A wrapper around org.ofbiz.core.entity.DelegatorInterface that does not throw GenericEntityException. |
OfBizListIterator | A wrapper around org.ofbiz.core.entity.EntityListIterator that does not throw org.ofbiz.core.entity.GenericEntityException. |
OfBizValueWrapper | This interface is deprecated. Use the Data object getters instead. Since v5.0. |
AbstractOfBizValueWrapper | The methods in these class should not be used. |
ChainedSQLInterceptor | A org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptor that can chain together multiple SQLInterceptors. |
ChainedSQLInterceptor.Builder | |
ConnectionPoolHealthSqlInterceptor | An interceptor for SQL connection use that will keep track of how many connections each thread uses and report warnings for various things that could cause trouble, like a single thread requesting multiple connections from the pool. |
CountedCondition | This class is used to track how many clauses are in an EntityCondition. |
DatabaseIterable<E> | A abstract implementation of EnclosedIterable that defers to an OfBizListIterator . |
DefaultOfBizConnectionFactory | Copyright All Rights Reserved. |
DefaultOfBizDelegator | |
DefaultOfBizListIterator | |
FieldMap | Convenience class to use for field maps in OfBizDelegator |
InstrumentedSQLInterceptor | A SQL interceptor that stores all SQL call invocations as well as timing information in a thread local cache. |
JiraSQLInterceptorFactory | An org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptorFactory that will chained together one or more org.ofbiz.core.entity.jdbc.interceptors.SQLInterceptors |
OfBizDateFieldComparator | Compares two GenericValue objects based on a given Date field. |
OfBizFactory | A factory for Unit Tests to get an OfBizDelegator or GenericDelegator. |
OfBizLogHelper | Helper class to log the call stack of an Ofbiz SQL statement and format SQL statements. |
OfBizStringFieldComparator | Comparator that compares two GenericValue objects based on a given String field. |
PagedDatabaseIterable<E, K> | A abstract implementation of EnclosedIterable that takes a list of ids and
then pages them by opening an OfBizListIterator for each page. |
PerformanceSQLInterceptor | A SQL interceptor that stores all SQL call invocations as well as timing information in a thread local cache. |
PerformanceSQLInterceptor.SQLPerfCache | |
PrimitiveMap | A Map wrapper that contains only Objects of types that Ofbiz supports (basically primitive wrapper objects) |
PrimitiveMap.Builder | |
WrappingOfBizDelegator | Wraps GenericValues returned by DefaultOfBizDelegator with IssueGenericValue |