| Interface | Description |
|---|---|
| OfBizConnectionFactory |
Connection factory for finding out about OfBiz connections and datasources
|
| OfBizDelegator |
A wrapper around
DelegatorInterface that does not throw GenericEntityException. |
| OfBizListIterator |
A wrapper around
EntityListIterator that does not throw
GenericEntityException. |
| OfBizValueWrapper | Deprecated
Use the Data object getters instead.
|
| Class | Description |
|---|---|
| AbstractOfBizValueWrapper |
The methods in these class should not be used.
|
| ChainedSQLInterceptor |
A
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
SQLInterceptorFactory that will chained together one or more
SQLInterceptors |
| MySQL56LongerThanTwoBytesCharsFallback |
Replaces 4-byte long characters with unsupported character in GenericValue String fields.
|
| 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
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.