Package com.atlassian.jira.ofbiz
package com.atlassian.jira.ofbiz
-
ClassDescriptionThe methods in these class should not be used.A
SQLInterceptor
that can chain together multiple SQLInterceptors.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.This class is used to track how many clauses are in an EntityCondition.A abstract implementation ofEnclosedIterable
that defers to anOfBizListIterator
.Copyright All Rights Reserved.Convenience class to use for field maps inOfBizDelegator
A SQL interceptor that stores all SQL call invocations as well as timing information in a thread local cache.AnSQLInterceptorFactory
that will chained together one or moreSQLInterceptor
sConnection factory for finding out about OfBiz connections and datasourcesCompares two GenericValue objects based on a given Date field.A wrapper aroundDelegatorInterface
that does not throwGenericEntityException
.A factory for Unit Tests to get an OfBizDelegator or GenericDelegator.A wrapper aroundEntityListIterator
that does not throwGenericEntityException
.Helper class to log the call stack of an Ofbiz SQL statement and format SQL statements.Comparator that compares two GenericValue objects based on a given String field.Deprecated.Use the Data object getters instead.A abstract implementation ofEnclosedIterable
that takes a list of ids and then pages them by opening anOfBizListIterator
for each page.A SQL interceptor that stores all SQL call invocations as well as timing information in a thread local cache.A Map wrapper that contains only Objects of types that Ofbiz supports (basically primitive wrapper objects)Wraps GenericValues returned by DefaultOfBizDelegator with IssueGenericValue