|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Closeable | |
|---|---|
| org.apache.openjpa.lib.conf | Configuration Framework This package provides an extendable product configuration framework. |
| org.apache.openjpa.lib.jdbc | Database Connectivity
Includes an implementation of the DataSource APIs
around a normal JDBC 1.x driver. |
| org.apache.openjpa.lib.meta | Metadata Framework Extendable framework for metadata parsing and serializing. |
| org.apache.openjpa.lib.rop | Result Object Provider Framework This package provides a framework for the lazy loading of potentially large lists of data. |
| Uses of Closeable in org.apache.openjpa.lib.conf |
|---|
| Subinterfaces of Closeable in org.apache.openjpa.lib.conf | |
|---|---|
interface |
Configuration
Interface for generic configuration objects. |
| Classes in org.apache.openjpa.lib.conf that implement Closeable | |
|---|---|
class |
ConfigurationImpl
Default implementation of the Configuration interface. |
| Uses of Closeable in org.apache.openjpa.lib.jdbc |
|---|
| Classes in org.apache.openjpa.lib.jdbc that implement Closeable | |
|---|---|
class |
ConfiguringConnectionDecorator.ConfiguringConnection
Decorator to configure connection components correctly. |
class |
DecoratingDataSource
Delegating data source that maintains a list of ConnectionDecorators. |
class |
DelegatingCallableStatement
CallableStatement that delegates to an internal statement. |
class |
DelegatingConnection
Wrapper around an existing connection. |
class |
DelegatingDataSource
Wrapper around an existing data source. |
class |
DelegatingPreparedStatement
Wrapper around an existing statement. |
class |
DelegatingResultSet
Wrapper around an existing result set. |
class |
DelegatingStatement
Wrapper around an existing statement. |
protected class |
LoggingConnectionDecorator.LoggingConnection
Logging connection. |
protected class |
LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
CallableStatement decorated with logging. |
protected class |
LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
|
protected class |
LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
Warning-handling result set. |
protected class |
LoggingConnectionDecorator.LoggingConnection.LoggingStatement
Statement wrapper that logs SQL to the parent data source and remembers the last piece of SQL to be executed on it. |
| Uses of Closeable in org.apache.openjpa.lib.meta |
|---|
| Subinterfaces of Closeable in org.apache.openjpa.lib.meta | |
|---|---|
interface |
MetaDataIterator
Iterator over metadata resources. |
| Classes in org.apache.openjpa.lib.meta that implement Closeable | |
|---|---|
class |
ClassMetaDataIterator
Iterator over all metadata resources that might contain the metadata for a given class, starting with the most general. |
class |
ClasspathMetaDataIterator
Iterator over directories in the classpath. |
class |
FileMetaDataIterator
Iterator over a file, or over all metadata resources below a given directory. |
class |
JarFileURLMetaDataIterator
Iterator over all metadata resources in a given resource addressed by a jar:file URL. |
class |
MetaDataIteratorChain
Metadata iterator that combines several iterators. |
class |
ResourceMetaDataIterator
Iterator over a given metadata resource. |
class |
URLMetaDataIterator
Iterator over the metadata resource represented by a URL. |
class |
ZipFileMetaDataIterator
Iterator over all metadata resources in a given zip file. |
class |
ZipStreamMetaDataIterator
Iterator over all metadata resources in a given zip input stream. |
| Uses of Closeable in org.apache.openjpa.lib.rop |
|---|
| Subinterfaces of Closeable in org.apache.openjpa.lib.rop | |
|---|---|
interface |
ResultList<E>
List interface that represents a potentially lazy ResultList instantiation. |
interface |
ResultObjectProvider
Interface that allows lazy/custom instantiation of input objects. |
| Classes in org.apache.openjpa.lib.rop that implement Closeable | |
|---|---|
class |
AbstractNonSequentialResultList
Abstract base class for random-access result lists. |
class |
AbstractResultList<E>
Abstract base class for read-only result lists. |
class |
AbstractSequentialResultList
Abstract base class for sequential result lists. |
class |
EagerResultList
Simple, non-lazy ResultList implementation |
class |
LazyForwardResultList
Lazy forward-only result list. |
class |
ListResultList
A basic ResultList implementation that wraps a normal list. |
class |
ListResultObjectProvider
A result object provider wrapped around a normal list. |
class |
MergedResultObjectProvider
A result object provider that merges multiple result object provider delegates. |
class |
RandomAccessResultList
Random-access result list implementation. |
class |
RangeResultObjectProvider
Prevents a view of a given range of indices from the delegate result object provider. |
class |
ResultObjectProviderIterator
Iterator wrapped around a ResultObjectProvider. |
class |
SimpleResultList
An almost stateless ResultList designed for use with result
object providers backed by efficient random-access data structures, such
as the ListResultObjectProvider. |
class |
SoftRandomAccessResultList
Specialization of the RandomAccessResultList that only maintains
soft references to instantiated objects. |
class |
WindowResultList
ResultList implementation that uses a forward-scrolling window of results. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||