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 interfaceConfigurationInterface for generic configuration objects.Classes in org.apache.openjpa.lib.conf that implement Closeable Modifier and Type Class Description classConfigurationImplDefault implementation of theConfigurationinterface. -
Uses of Closeable in org.apache.openjpa.lib.jdbc
Classes in org.apache.openjpa.lib.jdbc that implement Closeable Modifier and Type Class Description classConfiguringConnectionDecorator.ConfiguringConnectionDecorator to configure connection components correctly.classDecoratingDataSourceDelegating data source that maintains a list ofConnectionDecorators.classDelegatingCallableStatementCallableStatementthat delegates to an internal statement.classDelegatingConnectionWrapper around an existing connection.classDelegatingDataSourceWrapper around an existing data source.classDelegatingPreparedStatementWrapper around an existing statement.classDelegatingResultSetWrapper around an existing result set.classDelegatingStatementWrapper around an existing statement.protected classLoggingConnectionDecorator.LoggingConnectionLogging connection.protected classLoggingConnectionDecorator.LoggingConnection.LoggingCallableStatementCallableStatement decorated with logging.protected classLoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatementprotected classLoggingConnectionDecorator.LoggingConnection.LoggingResultSetWarning-handling result set.protected classLoggingConnectionDecorator.LoggingConnection.LoggingStatementStatement 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 interfaceMetaDataIteratorIterator over metadata resources.Classes in org.apache.openjpa.lib.meta that implement Closeable Modifier and Type Class Description classClassMetaDataIteratorIterator over all metadata resources that might contain the metadata for a given class, starting with the most general.classClasspathMetaDataIteratorIterator over directories in the classpath.classFileMetaDataIteratorIterator over a file, or over all metadata resources below a given directory.classJarFileURLMetaDataIteratorIterator over all metadata resources in a given resource addressed by a jar:file URL.classMetaDataIteratorChainMetadata iterator that combines several iterators.classResourceMetaDataIteratorIterator over a given metadata resource.classURLMetaDataIteratorIterator over the metadata resource represented by a URL.classZipFileMetaDataIteratorIterator over all metadata resources in a given zip file.classZipStreamMetaDataIteratorIterator 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 interfaceBatchedResultObjectProviderA provider for multiple result sets.interfaceResultList<E>List interface that represents a potentially lazy ResultList instantiation.interfaceResultObjectProviderInterface that allows lazy/custom instantiation of input objects.Classes in org.apache.openjpa.lib.rop that implement Closeable Modifier and Type Class Description classAbstractNonSequentialResultListAbstract base class for random-access result lists.classAbstractResultList<E>Abstract base class for read-only result lists.classAbstractSequentialResultListAbstract base class for sequential result lists.classEagerResultListSimple, non-lazy ResultList implementationclassLazyForwardResultListLazy forward-only result list.classListResultListA basicResultListimplementation that wraps a normal list.classListResultObjectProviderA result object provider wrapped around a normal list.classMergedResultObjectProviderA result object provider that merges multiple result object provider delegates.classRandomAccessResultListRandom-access result list implementation.classRangeResultObjectProviderPrevents a view of a given range of indices from the delegate result object provider.classResultObjectProviderIteratorIterator wrapped around aResultObjectProvider.classSimpleResultListAn almost statelessResultListdesigned for use with result object providers backed by efficient random-access data structures, such as theListResultObjectProvider.classSoftRandomAccessResultListSpecialization of theRandomAccessResultListthat only maintains soft references to instantiated objects.classWindowResultListResultList implementation that uses a forward-scrolling window of results.
-