package

com.atlassian.jira.ofbiz

Interfaces

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. 
OfBizEntityCreator This interface is deprecated. Use OfBizDelegator instead  
OfBizListIterator A wrapper around org.ofbiz.core.entity.EntityListIterator that does not throw org.ofbiz.core.entity.GenericEntityException. 
OfBizValueWrapper  

Classes

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  
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  
DefaultOfBizEntityCreator  
DefaultOfBizListIterator  
FieldMap Convenience class to use for field maps in OfBizDelegator 
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. 
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. 
PrimitiveMap A Map wrapper that contains only Objects of types that Ofbiz supports (basically primitive wrapper objects) 
PrimitiveMap.Builder