Uses of Interface
org.apache.openjpa.lib.util.Closeable
-
Packages that use Closeable Package Description org.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.lib.jdbc Database Connectivityorg.apache.openjpa.lib.meta Metadata Frameworkorg.apache.openjpa.lib.rop Result Object Provider Framework -
-
Uses of Closeable in org.apache.openjpa.lib.conf
Subinterfaces of Closeable in org.apache.openjpa.lib.conf Modifier and Type Interface Description interface
Configuration
Interface for generic configuration objects.Classes in org.apache.openjpa.lib.conf that implement Closeable Modifier and Type Class Description class
ConfigurationImpl
Default implementation of theConfiguration
interface. -
Uses of Closeable in org.apache.openjpa.lib.jdbc
Classes in org.apache.openjpa.lib.jdbc that implement Closeable Modifier and Type Class Description class
ConfiguringConnectionDecorator.ConfiguringConnection
Decorator to configure connection components correctly.class
DecoratingDataSource
Delegating data source that maintains a list ofConnectionDecorator
s.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 Modifier and Type Interface Description interface
MetaDataIterator
Iterator over metadata resources.Classes in org.apache.openjpa.lib.meta that implement Closeable Modifier and Type Class Description 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 Modifier and Type Interface Description interface
BatchedResultObjectProvider
A provider for multiple result sets.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 Modifier and Type Class Description 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 implementationclass
LazyForwardResultList
Lazy forward-only result list.class
ListResultList
A basicResultList
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 aResultObjectProvider
.class
SimpleResultList
An almost statelessResultList
designed for use with result object providers backed by efficient random-access data structures, such as theListResultObjectProvider
.class
SoftRandomAccessResultList
Specialization of theRandomAccessResultList
that only maintains soft references to instantiated objects.class
WindowResultList
ResultList implementation that uses a forward-scrolling window of results.
-