A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

absolute(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
absolute(int) - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
absolute(int) - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
absolute(int) - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Move to the given 0-based position.
AbstractConcurrentEventManager - Class in org.apache.openjpa.lib.util.concurrent
Base event manager that handles adding/removing listeners and firing events.
AbstractConcurrentEventManager() - Constructor for class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Default constructor.
AbstractEventManager - Class in org.apache.openjpa.lib.util
Base event manager that handles adding/removing listeners and firing events.
AbstractEventManager() - Constructor for class org.apache.openjpa.lib.util.AbstractEventManager
 
AbstractJDBCListener - Class in org.apache.openjpa.lib.jdbc
An abstract implementation of the JDBCListener listener.
AbstractJDBCListener() - Constructor for class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
AbstractLog - Class in org.apache.openjpa.lib.log
A simple implementation of the Log interface.
AbstractLog() - Constructor for class org.apache.openjpa.lib.log.AbstractLog
 
AbstractNonSequentialResultList - Class in org.apache.openjpa.lib.rop
Abstract base class for random-access result lists.
AbstractNonSequentialResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
AbstractResultList - Class in org.apache.openjpa.lib.rop
Abstract base class for read-only result lists.
AbstractResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractResultList
 
AbstractSequentialResultList - Class in org.apache.openjpa.lib.rop
Abstract base class for sequential result lists.
AbstractSequentialResultList() - Constructor for class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
AbstractTask - Class in org.apache.openjpa.lib.ant
Ant tasks all have a nested <config&rt; tag, which uses the configuration as a bean-like task.
AbstractTask() - Constructor for class org.apache.openjpa.lib.ant.AbstractTask
 
add(int, Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
add(Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
add(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
add(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
add(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
add(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
add(int, Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
add(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Adds the specified element to this set if it is not already present.
add(Object) - Method in interface org.apache.openjpa.lib.util.concurrent.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
addAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
addAll(int, Collection) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
addAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
addAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
addAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
addAll(int, Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
addAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Adds all of the elements in the specified collection to this set if they're not already present.
addAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
addAllAbsent(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
addAttribute(String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Add an attribute to the current group.
addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
addBoolean(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Add the given class loader to the set of loaders that will be tried.
addClassLoader(int, ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Add the given class loader at the specified index.
addClassLoaders(int, MultiClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Adds all class loaders from the given multi loader starting at the given index.
addClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Adds all the class loaders from the given multi loader.
addComments(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Add current comments to the given entity.
addComments(String[]) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Add a comment to the stream.
addComments(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Write the given entity's comments.
addDecorator(ConnectionDecorator) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Add a connection decorator.
addDecorators(Collection) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Add multiple connection decorators efficiently.
addDouble(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addFile(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addFileset(FileSet) - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
addIfAbsent(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
addInt(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addIterator(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
Add an iterator to the chain.
addListener(Object) - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Register an event listener.
addListener(Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Register an event listener.
addListener(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
Add an event listener.
addLogFactory(LogFactory) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
 
addMapping(int, int, Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
addObject(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addPlugin(String, boolean) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addPluginList(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addProperties(Map) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Add the given properties to those in this provider, overwriting any exisitng properties under the same keys.
addProperties(Map) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
addProperty(String, Object) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Add a single property, overwriting any existing property under the same key.
addProperty(String, Object) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.openjpa.lib.conf.Configuration
Adds a listener for any property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
addPropertyPrefix(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
Add prefix to the list of prefixes to use to identify valid configuration properties.
addPropertyPrefix(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
addProvider(ResourceBundleProvider) - Static method in class org.apache.openjpa.lib.util.Localizer
Register a resource provider.
addResult(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Add a result to be returned from the current parse.
addString(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addStringList(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Add the given value to the set of configuration properties.
addText(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Add text to the current element.
addValue(Value) - Method in interface org.apache.openjpa.lib.conf.Configuration
Add the given value to the set of configuration properties.
addValue(Value) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
AFTER_COMMIT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Connection was just committed.
AFTER_CONNECT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a connection was obtained.
AFTER_CREATE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being created.
AFTER_EXECUTE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement completed execution.
AFTER_PREPARE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being prepared.
AFTER_ROLLBACK - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a rollback just occured.
afterCommit(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterCommit(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterConnect(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterConnect(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterCreateStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterCreateStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterExecuteStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterExecuteStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
afterPrepareStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterPrepareStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterReturn(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterRollback(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
afterRollback(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
afterSection() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
alias(String) - Method in class org.apache.openjpa.lib.conf.Value
Alias the given setting.
alias(String, String[], boolean) - Method in class org.apache.openjpa.lib.conf.Value
Alias the given setting.
allProceduresAreCallable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
APPEND - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
 
append(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(byte) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(char) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(double) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(float) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(long) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(short) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(Object) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
append(String) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(boolean) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(char) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(double) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(float) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(int) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(long) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(short) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(Object) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(InputStream) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(Reader) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
append(File) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Add the given value to the internal template.
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
assertFiles(String[]) - Method in class org.apache.openjpa.lib.ant.AbstractTask
Helper method to throw a standard exception if the task is not given any files to execute on.
assertNotReadOnly() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Checks if the configuration is read only and if so throws an exception, otherwise returns silently.
assertOpen() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
ATTRIBUTE_ALLOWED_VALUES - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of returned Value property descriptors listing recognized values for the property.
ATTRIBUTE_CATEGORY - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property' hierarchical category.
ATTRIBUTE_INTERFACE - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the interface that plugin values for this property must implement.
ATTRIBUTE_ORDER - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property's ordering in its category.
ATTRIBUTE_TYPE - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property's type or category.
ATTRIBUTE_XML - Static variable in interface org.apache.openjpa.lib.conf.Configuration
Attribute of the returned Value property descriptors naming the property's name in XML format (i.e.
await() - Method in interface org.apache.openjpa.lib.util.concurrent.Condition
Causes the current thread to wait until it is signalled or interrupted.
await(long, TimeUnit) - Method in interface org.apache.openjpa.lib.util.concurrent.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitNanos(Condition, long) - Static method in class org.apache.openjpa.lib.util.concurrent.Utils
Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses.
awaitUninterruptibly() - Method in interface org.apache.openjpa.lib.util.concurrent.Condition
Causes the current thread to wait until it is signalled.
awaitUntil(Date) - Method in interface org.apache.openjpa.lib.util.concurrent.Condition
Causes the current thread to wait until it is signalled or interrupted, or the specified deadline elapses.

B

backup(File, boolean) - Static method in class org.apache.openjpa.lib.util.Files
Backup the given file to a new file called <file-name>~.
Base16Encoder - Class in org.apache.openjpa.lib.util
Base 16 encoder.
Base16Encoder() - Constructor for class org.apache.openjpa.lib.util.Base16Encoder
 
BEFORE_CLOSE - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a connection was closed.
BEFORE_COMMIT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Connection is about to be committed.
BEFORE_CREATE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being created.
BEFORE_EXECUTE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is about to be executed.
BEFORE_PREPARE_STATEMENT - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a Statement is being prepared.
BEFORE_ROLLBACK - Static variable in class org.apache.openjpa.lib.jdbc.JDBCEvent
Type code indicating that a rollback is about to occur.
beforeClose(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeClose(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeCommit(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeCommit(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeCreateStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeCreateStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeExecuteStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeExecuteStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
beforePrepareStatement(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforePrepareStatement(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
beforeReturn(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeRollback(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
 
beforeRollback(JDBCEvent) - Method in interface org.apache.openjpa.lib.jdbc.JDBCListener
 
BooleanValue - Class in org.apache.openjpa.lib.conf
A boolean Value.
BooleanValue(String) - Constructor for class org.apache.openjpa.lib.conf.BooleanValue
 
BytecodeWriter - Interface in org.apache.openjpa.lib.util
Control how enhanced bytecode is written.

C

cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
cancel() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
cancelRowUpdates() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
capacity() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns the current capacity of backing table in this map.
CFMetaDataParser - Class in org.apache.openjpa.lib.meta
Custom SAX parser used by the system to quickly parse metadata files for classes.
CFMetaDataParser() - Constructor for class org.apache.openjpa.lib.meta.CFMetaDataParser
 
CFMetaDataSerializer - Class in org.apache.openjpa.lib.meta
Helps serialize metadata objects to package and class elements.
CFMetaDataSerializer() - Constructor for class org.apache.openjpa.lib.meta.CFMetaDataSerializer
 
characters(char[], int, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
ClassAnnotationMetaDataFilter - Class in org.apache.openjpa.lib.meta
Filter that looks for classes with one of a set of annotations.
ClassAnnotationMetaDataFilter(Class) - Constructor for class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
Constructor; supply annotation to match against.
ClassAnnotationMetaDataFilter(Class[]) - Constructor for class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
Constructor; supply annotations to match against.
ClassArgParser - Class in org.apache.openjpa.lib.meta
Parser used to resolve arguments into java classes.
ClassArgParser() - Constructor for class org.apache.openjpa.lib.meta.ClassArgParser
 
classForName(String, boolean) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Helper method to create the Class for the given name, taking into account the package currently being parsed for relative class names.
classForName(String, String, boolean, ClassLoader) - Static method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Load the given class name against the given package and the set of accepted standard packages.
ClassMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over all metadata resources that might contain the metadata for a given class, starting with the most general.
ClassMetaDataIterator(Class, String, boolean) - Constructor for class org.apache.openjpa.lib.meta.ClassMetaDataIterator
Constructor; supply the class whose metadata to find, the suffix of metadata files, and whether to parse top-down or bottom-up.
ClassMetaDataIterator(Class, String, ClassLoader, boolean) - Constructor for class org.apache.openjpa.lib.meta.ClassMetaDataIterator
Constructor; supply the class whose metadata to find, the suffix of metadata files, and whether to parse top-down or bottom-up.
classpath - Variable in class org.apache.openjpa.lib.ant.AbstractTask
 
ClasspathMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over directories in the classpath.
ClasspathMetaDataIterator() - Constructor for class org.apache.openjpa.lib.meta.ClasspathMetaDataIterator
Default constructor; iterates over all classpath elements.
ClasspathMetaDataIterator(String[], MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.ClasspathMetaDataIterator
Constructor; supply the classpath directories to scan and an optional resource filter.
clear() - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Clears the cache of parsed resource names.
clear() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
clear() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
clear() - Method in class org.apache.openjpa.lib.util.CodeFormat
Clear the internal code buffer.
clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Removes all mappings from this map.
clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Removes all mappings from this HashMap.
clear() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
clear() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
clear() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Removes all of the elements from this set.
clear() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
clear() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Clear the list of class loaders.
clear() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
clearBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
clearDecorators() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Clear all decorators.
clearParameters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
clearParameters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
clearParameters() - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Clear the recorded parameter values.
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
clearWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
clone() - Method in interface org.apache.openjpa.lib.conf.Configuration
Return a copy of this configuration.
clone() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Uses ConfigurationImpl.toProperties(boolean) and ConfigurationImpl.fromProperties(java.util.Map) to clone configuration.
clone() - Method in class org.apache.openjpa.lib.conf.Value
 
clone() - Method in class org.apache.openjpa.lib.util.CodeFormat
Make a copy of this code format object with all the same formatting settings.
clone() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns a shallow copy of this ConcurrentHashMap instance: the keys and values themselves are not cloned.
clone() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
 
clone() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns a shallow copy of this HashMap.
clone() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
clone() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
close() - Method in interface org.apache.openjpa.lib.conf.Configuration
Free the resources used by this object.
close() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Closes all closeable values and plugins.
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
close() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
close() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
close() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Close the resources used by this iterator.
close() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
close() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
close() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
close() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
close() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
close() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
close() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
close() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
close() - Method in interface org.apache.openjpa.lib.rop.ResultList
Close the list.
close() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Free the resources associated with this provider.
close() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
Close the underlying result object provider.
close() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
close() - Method in class org.apache.openjpa.lib.rop.WindowResultList
 
close() - Method in interface org.apache.openjpa.lib.util.Closeable
 
close() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
Closeable - Interface in org.apache.openjpa.lib.util
Generic interface for components that can be closed so that helpers can treate them in a generic way.
closeBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
closeParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
CodeFormat - Class in org.apache.openjpa.lib.util
Encapsulates some common Java source code formatting options.
CodeFormat() - Constructor for class org.apache.openjpa.lib.util.CodeFormat
 
collectionToArray(Collection) - Static method in class org.apache.openjpa.lib.util.concurrent.Utils
 
collectionToArray(Collection, Object[]) - Static method in class org.apache.openjpa.lib.util.concurrent.Utils
 
comment(char[], int, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
Commentable - Interface in org.apache.openjpa.lib.xml
Implementations of this interface can be adorned with comments.
commit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
CommonsLogFactory - Class in org.apache.openjpa.lib.log
LogFactory implementation that delegates to the commons logging framework.
CommonsLogFactory() - Constructor for class org.apache.openjpa.lib.log.CommonsLogFactory
 
CommonsLogFactory.LogAdapter - Class in org.apache.openjpa.lib.log
Adapts a commons logging log to the Log interface.
COMPACT - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
 
ConcurrentHashMap - Class in org.apache.openjpa.lib.util.concurrent
This class implements a HashMap which has limited synchronization.
ConcurrentHashMap(int, float) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Constructs an empty ConcurrentHashMap with the specified initial capacity and load factor.
ConcurrentHashMap(int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Constructs an empty ConcurrentHashMap with the specified initial capacity and the default load factor(0.75).
ConcurrentHashMap() - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Constructs an empty ConcurrentHashMap with the default initial capacity(16) and the default load factor(0.75).
ConcurrentHashMap(Map) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Constructs a new ConcurrentHashMap with the same mappings as the specified Map.
ConcurrentHashMap.Entry - Class in org.apache.openjpa.lib.util.concurrent
 
ConcurrentHashMap.Entry(int, Object, Object, ConcurrentHashMap.Entry) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
Create new entry.
ConcurrentHashSet - Class in org.apache.openjpa.lib.util.concurrent
A concurrent set.
ConcurrentHashSet() - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
Construct a set with the given reference type.
ConcurrentLinkedQueue - Class in org.apache.openjpa.lib.util.concurrent
An unbounded thread-safe queue based on linked nodes.
ConcurrentLinkedQueue() - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
 
ConcurrentLinkedQueue(Collection) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Creates a ConcurrentLinkedQueue initially containing the elements of the given collection, added in traversal order of the collection's iterator.
ConcurrentMap - Interface in org.apache.openjpa.lib.util.concurrent
A highly concurrent map.
ConcurrentReferenceHashMap - Class in org.apache.openjpa.lib.util.concurrent
This class implements a HashMap which has limited synchronization and reference keys or values(but not both).
ConcurrentReferenceHashMap(int, int, int, float) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new, empty HashMap with the specified initial capacity and the specified load factor.
ConcurrentReferenceHashMap(int, int, int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new, empty HashMap with the specified initial capacity and default load factor.
ConcurrentReferenceHashMap(int, int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new, empty HashMap with a default capacity and load factor.
ConcurrentReferenceHashMap(int, int, Map) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Constructs a new HashMap with the same mappings as the given Map.
ConcurrentReferenceHashSet - Class in org.apache.openjpa.lib.util.concurrent
A concurrent set whose values may be stored as weak or soft references.
ConcurrentReferenceHashSet(int) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
Construct a set with the given reference type.
Condition - Interface in org.apache.openjpa.lib.util.concurrent
Condition factors out the Object monitor methods(wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations.
Configurable - Interface in org.apache.openjpa.lib.conf
This interface provides a mechanism for notifying interested objects when configuration events occur.
Configuration - Interface in org.apache.openjpa.lib.conf
Interface for generic configuration objects.
ConfigurationImpl - Class in org.apache.openjpa.lib.conf
Default implementation of the Configuration interface.
ConfigurationImpl() - Constructor for class org.apache.openjpa.lib.conf.ConfigurationImpl
Default constructor.
ConfigurationImpl(boolean) - Constructor for class org.apache.openjpa.lib.conf.ConfigurationImpl
Constructor.
ConfigurationProvider - Interface in org.apache.openjpa.lib.conf
Implementations of this interface can populate Configurations in some environment-specific way.
Configurations - Class in org.apache.openjpa.lib.conf
Utility methods dealing with configuration.
Configurations() - Constructor for class org.apache.openjpa.lib.conf.Configurations
 
configureInstance(Object, Configuration, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
configureInstance(Object, Configuration, String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
configureInstance(Object, Configuration, Properties) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
configureInstance(Object, Configuration, Properties, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Configures the given object with the given properties by matching the properties string to the object's setter methods.
ConfiguringConnectionDecorator - Class in org.apache.openjpa.lib.jdbc
Connection decorator that can configure some properties of the underlying connection.
ConfiguringConnectionDecorator() - Constructor for class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
 
ConnectionDecorator - Interface in org.apache.openjpa.lib.jdbc
A connection decorator can wrap Connections before they are returned to the user to add functionality.
contains(Object) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
contains(Object) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
contains(Object) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains the specified element.
contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains the specified element.
contains(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
containsAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
containsClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Returns true if the list contains the given class loader or marker.
containsKey(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns true if this HashMap contains a mapping for the specified key.
containsValue(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns true if this HashMap maps one or more keys to the specified value.
convert(long, TimeUnit) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Convert the given time duration in the given unit to this unit.
copy(File, File) - Static method in class org.apache.openjpa.lib.util.Files
Copy a file.
CopyOnWriteArrayList - Class in org.apache.openjpa.lib.util.concurrent
 
CopyOnWriteArrayList() - Constructor for class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArrayList(Collection) - Constructor for class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArrayList(Object[]) - Constructor for class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
CopyOnWriteArraySet - Class in org.apache.openjpa.lib.util.concurrent
A Set that uses an internal CopyOnWriteArrayList for all of its operations.
CopyOnWriteArraySet() - Constructor for class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Creates an empty set.
CopyOnWriteArraySet(Collection) - Constructor for class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Creates a set containing all of the elements of the specified collection.
createClasspath() - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
createConfig() - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
createEntry(int, Object, Object, ConcurrentHashMap.Entry) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 
createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
createStatement() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
createStatement(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Create a statement, with the option of not wrapping it in a DelegatingStatement, which is the default.
createStatement(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
createStatement(int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Create a statement, with the option of not wrapping it in a DelegatingStatement, which is the default.
createStatement(int, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
createStatement(int, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
currentBackupFile() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
The backup file made for the current file being parsed.
currentClassLoader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the class loader to use when resolving resources and loading classes.
currentClassName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Return the current class being parsed; the returned name will be fully qualified.
currentComments() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Array of comments for the current node, or empty array if none.
currentDepth() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the parse depth.
currentLocation() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the current location within the source file.
currentPackage() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Return the current package being parsed.
currentText() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the text value within the current node.

D

dataDefinitionCausesTransactionCommit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
DataSourceLogs - Class in org.apache.openjpa.lib.jdbc
Provies basic logging facilities to a DataSource.
DataSourceLogs() - Constructor for class org.apache.openjpa.lib.jdbc.DataSourceLogs
 
DataSourceLogs(Log, Log) - Constructor for class org.apache.openjpa.lib.jdbc.DataSourceLogs
 
DAYS - Static variable in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
debug(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
debug(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
debug(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
debug(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
DEBUG - Static variable in interface org.apache.openjpa.lib.log.Log
 
debug(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.DEBUG level with the stringification of o as the body of the message, also outputting t to the log.
debug(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.DEBUG level with the stringification of o as the body of the message, also outputting t to the log.
debug(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
debug(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
debug(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
debug(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
DEBUG_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
decode(String) - Static method in class org.apache.openjpa.lib.util.Base16Encoder
Convert a base16 string into a byte array.
decorate(Connection) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
 
decorate(Connection) - Method in interface org.apache.openjpa.lib.jdbc.ConnectionDecorator
Decorate the given connection if desired.
decorate(Connection) - Method in class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
 
decorate(Connection) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
 
DecoratingDataSource - Class in org.apache.openjpa.lib.jdbc
Delegating data source that maintains a list of ConnectionDecorators.
DecoratingDataSource(DataSource) - Constructor for class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Constructor.
DelegatingCallableStatement - Class in org.apache.openjpa.lib.jdbc
CallableStatement that delegates to an internal statement.
DelegatingCallableStatement(CallableStatement, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
DelegatingConnection - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing connection.
DelegatingConnection(Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
DelegatingDatabaseMetaData - Class in org.apache.openjpa.lib.jdbc
Wrapper around a DatabaseMetadata instance.
DelegatingDatabaseMetaData(DatabaseMetaData, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
DelegatingDataSource - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing data source.
DelegatingDataSource(DataSource) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingDataSource
Constructor.
DelegatingPreparedStatement - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing statement.
DelegatingPreparedStatement(PreparedStatement, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
DelegatingResultSet - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing result set.
DelegatingResultSet(ResultSet, Statement) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
DelegatingStatement - Class in org.apache.openjpa.lib.jdbc
Wrapper around an existing statement.
DelegatingStatement(Statement, Connection) - Constructor for class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
deleteRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
deletesAreDetected(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
DocTypeReader - Class in org.apache.openjpa.lib.xml
The DocTypeReader can be used to dynamically include a DOCTYPE declaration in an XML stream.
DocTypeReader(Reader, Reader) - Constructor for class org.apache.openjpa.lib.xml.DocTypeReader
Construct the reader with an XML stream, and set the DOCTYPE information to be included.
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.LRUMap
 
doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
doTimedWait(WaitQueue.QueuedSync, long) - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue.WaitNode
 
DoubleValue - Class in org.apache.openjpa.lib.conf
A double Value.
DoubleValue(String) - Constructor for class org.apache.openjpa.lib.conf.DoubleValue
 
doWait(WaitQueue.QueuedSync) - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue.WaitNode
 
doWaitUninterruptibly(WaitQueue.QueuedSync) - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue.WaitNode
 
doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.LRUMap
 
doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 

E

EagerResultList - Class in org.apache.openjpa.lib.rop
Simple, non-lazy ResultList implementation
EagerResultList(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.EagerResultList
 
element() - Method in interface org.apache.openjpa.lib.util.concurrent.Queue
Retrieves, but does not remove, the head of this queue.
EMPTY - Static variable in class org.apache.openjpa.lib.conf.StringListValue
 
EMPTY - Static variable in class org.apache.openjpa.lib.util.Options
Immutable empty instance.
EMPTY_COMMENTS - Static variable in interface org.apache.openjpa.lib.xml.Commentable
 
encode(byte[]) - Static method in class org.apache.openjpa.lib.util.Base16Encoder
Convert bytes to a base16 string.
endCDATA() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endClass(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
End a class.
endClassElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the end of an element within a declared class.
endConfiguration() - Method in interface org.apache.openjpa.lib.conf.Configurable
Invoked upon completion of bean property configuration for this object.
endDTD() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
 
endElement(String, String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endElement(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method marking the end of some element.
endElement(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
End the current element.
endEntity(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
endl() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
endl(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
endl(int, int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
endPackage(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
End a package.
endPackageElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the end of an element within a declared package.
endSystemElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the end of an element outside of any package or class.
entrySet() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns a Collection view of the mappings contained in this HashMap.
equals(Object) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Performs an equality check based on the properties returned from ConfigurationImpl.toProperties(boolean).
equals(Object) - Method in class org.apache.openjpa.lib.conf.Value
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
equals(Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
equals(Object) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
equals(Object) - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
 
equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Compares the specified object with this set for equality.
equals(Object) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
equals(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
error(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
error(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
ERROR - Static variable in interface org.apache.openjpa.lib.log.Log
 
error(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.ERROR level with the stringification of o as the body of the message, also outputting t to the log.
error(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.ERROR level with the stringification of o as the body of the message, also outputting t to the log.
error(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
error(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
error(SAXParseException) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
error(SAXParseException) - Method in class org.apache.openjpa.lib.xml.ValidatingErrorHandler
 
ERROR_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
EventManager - Interface in org.apache.openjpa.lib.util
Basic event manager interface.
eventOccurred(JDBCEvent) - Method in class org.apache.openjpa.lib.jdbc.AbstractJDBCListener
Catch-all for unhandled events.
execute() - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeOn(String[]) - Method in class org.apache.openjpa.lib.ant.AbstractTask
Perform the task action on the given files.
executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeQuery(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeQuery(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
Execute the query, with the option of not wrapping it in a DelegatingResultSet, which is the default.
executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
extendsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
extract() - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue
 

F

fatal(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
fatal(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
FATAL - Static variable in interface org.apache.openjpa.lib.log.Log
 
fatal(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.FATAL level with the stringification of o as the body of the message, also outputting t to the log.
fatal(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.FATAL level with the stringification of o as the body of the message, also outputting t to the log.
fatal(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
fatal(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
FATAL_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
fatalError(SAXParseException) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
fatalError(SAXParseException) - Method in class org.apache.openjpa.lib.xml.ValidatingErrorHandler
 
fieldName(String) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
FileMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over a file, or over all metadata resources below a given directory.
FileMetaDataIterator(File) - Constructor for class org.apache.openjpa.lib.meta.FileMetaDataIterator
Constructor; supply metadata file.
FileMetaDataIterator(File, MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.FileMetaDataIterator
Constructor; supply root of directory tree to search and optional file filter.
Files - Class in org.apache.openjpa.lib.util
Utility operations on files.
Files() - Constructor for class org.apache.openjpa.lib.util.Files
 
fileSets - Variable in class org.apache.openjpa.lib.ant.AbstractTask
 
FileValue - Class in org.apache.openjpa.lib.conf
A File Value.
FileValue(String) - Constructor for class org.apache.openjpa.lib.conf.FileValue
 
finalize() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
finalize() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
 
findClass(String) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
findColumn(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
findOptionsFor(Class) - Static method in class org.apache.openjpa.lib.util.Options
Finds all the options that can be set on the provided class.
findResource(String) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
findResources(String) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
finish() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method to finish up after a parse; this is only called if no errors are encountered during parsing.
fireEvent(Object, Object) - Method in class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
Fire the given event to all listeners.
fireEvent(Object) - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Fire the given event to all listeners.
fireEvent(Object, Object) - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Implement this method to fire the given event to the given listener.
fireEvent(Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Fire the given event to all listeners.
fireEvent(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Implement this method to fire the given event to the given listener.
fireEvent(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
Fire the given event to all listeners, returning any exceptions.
first() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
flush() - Method in class org.apache.openjpa.lib.log.LogOutputStream
 
formatMessage(short, String, Throwable) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
Convert message into a string ready to be written to the log.
FormatPreservingProperties - Class in org.apache.openjpa.lib.util
A specialization of Properties that stores its contents in the same order and with the same formatting as was used to read the contents from an input stream.
FormatPreservingProperties() - Constructor for class org.apache.openjpa.lib.util.FormatPreservingProperties
 
FormatPreservingProperties(Properties) - Constructor for class org.apache.openjpa.lib.util.FormatPreservingProperties
 
FormatPreservingProperties.DuplicateKeyException - Exception in org.apache.openjpa.lib.util
 
FormatPreservingProperties.DuplicateKeyException(String, Object, String) - Constructor for exception org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException
 
forPackage(Class) - Static method in class org.apache.openjpa.lib.util.Localizer
Return a Localizer instance that will access the properties file in the package of the given class using the system default locale.
forPackage(Class, Locale) - Static method in class org.apache.openjpa.lib.util.Localizer
Return a Localizer instance that will access the properties file in the package of the given class using the given locale.
fromProperties(Map) - Method in interface org.apache.openjpa.lib.conf.Configuration
Set this Configuration via the given map.
fromProperties(Map) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 

G

GenericConfigurable - Interface in org.apache.openjpa.lib.conf
Implementations of this interface may perform additional generic configuration with any key-value pairs that cannot be set into the object via the normal Options.setInto(java.lang.Object) means.
get() - Method in class org.apache.openjpa.lib.conf.BooleanValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.DoubleValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.FileValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.IntValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.ObjectValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.StringListValue
The internal value.
get() - Method in class org.apache.openjpa.lib.conf.StringValue
The internal value.
get(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
get(int) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
get(int) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
get(int) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
get(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns the value to which this HashMap maps the specified key.
get(int) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
get(String) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
get(String, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
get(String, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string for the given key.
get(String, Object, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string for the given key.
get(String, Object[]) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
getAdditionalBeanInfo() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getAddWhitespaceAfterDelimiter() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, this properties object will add a space after the delimiter character(if the delimiter is not the space character).
getAfterSection() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return {#getLinesBetweenSections} + 1 new line characters.
getAliases() - Method in class org.apache.openjpa.lib.conf.Value
Aliases for the value in the form key1, value1, key2, value2, ...
getAllowDuplicates() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, duplicate properties are allowed, and the last property setting in the input will overwrite any previous settings.
getArray(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getArray(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getArray(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getArray(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getAsciiStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getAsciiStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getAssociatedEvent() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the associated JDBCEvent for this event.
getAttributes(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getAttributes() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
The current attributes.
getAutoCommit() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
Whether auto commit should be on.
getAutoCommit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getBeanDescriptor() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBigDecimal(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBinaryStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBinaryStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBlob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBlob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBoolean(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBoolean(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBoolean(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBoolean(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBooleanProperty(String, String, boolean) - Method in class org.apache.openjpa.lib.util.Options
Specialization of Options.getBooleanProperty(java.lang.String, java.lang.String, boolean) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getBooleanProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a boolean, or false if it does not exist and has no set default.
getBooleanProperty(String, boolean) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a boolean, or the given default if it does not exist.
getBraceAtSameTabLevel() - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place braces at the same tab level as the code within the block.
getBraceOnSameLine() - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place opening braces on the same line as the block declaration, or on the next line.
getBuffer() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the internal code buffer.
getByte(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getByte(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getByte(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getByte(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBytes(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBytes(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getBytes(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getBytes(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getCatalog() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getCatalogs() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCatalogSeparator() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCatalogTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCause(Throwable) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Return the cause of the given throwable.
getChannel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
getCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getClassAttributeName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The attribute of the class element that holds the name, or null to use the element text.
getClassElementDepth() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The depth of the class element.
getClassFile(Class) - Static method in class org.apache.openjpa.lib.util.Files
Return the class file of the given class, or null if the class is in a jar.
getClassLoader() - Method in class org.apache.openjpa.lib.ant.AbstractTask
Return the classloader to use.
getClassLoader() - Method in class org.apache.openjpa.lib.meta.ClassArgParser
The class loader with which to load parsed classes.
getClassLoader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Classloader to use for class name resolution.
getClassLoader(int) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Return the class loader at the given index.
getClassLoaders() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Return an array of all contained class loaders.
getClassName(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return the class name from the given plugin string, or null if none.
getClassName() - Method in class org.apache.openjpa.lib.conf.PluginValue
The plugin class name.
getClassName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
Returns the given class name, stripping the package if it is not needed.
getClassNames() - Method in class org.apache.openjpa.lib.conf.PluginListValue
The plugin class names.
getClauseIndent() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
getClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getCloseBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Close brace string.
getCloseParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
Close parentheses string.
getClosestLevenshteinDistance(String, String[]) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getClosestLevenshteinDistance(String, Collection) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getClosestLevenshteinDistance(String, String[], int) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getClosestLevenshteinDistance(String, String[], float) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string and using the threshold as the specified percentage of the length of the candidate string(0.0f-1.0f).
getClosestLevenshteinDistance(String, Collection, float) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string and using the threshold as the specified percentage of the length of the candidate string(0.0f-1.0f).
getClosestLevenshteinDistance(String, Collection, int) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the candidate string with the closest Levenshtein distance to the given string.
getColumnPrivileges(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getComments() - Method in interface org.apache.openjpa.lib.xml.Commentable
Return comments, or empty array if none.
getConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getConfiguration() - Method in class org.apache.openjpa.lib.ant.AbstractTask
The task configuration.
getConfigurationLog() - Method in interface org.apache.openjpa.lib.conf.Configuration
Return the log to use for configuration messages.
getConfigurationLog() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Returns the logging channel openjpa.Runtime by default.
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
 
getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getConnection() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the Connection for this event.
getContent() - Method in interface org.apache.openjpa.lib.meta.MetaDataFilter.Resource
Resource content.
getContent() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
getContent() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getCursorName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDatabaseMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDate(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDate(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDecorators() - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Return a read-only list of connection decorators in the order they were added.
getDefault() - Method in class org.apache.openjpa.lib.conf.Value
The default value for the property as a string.
getDefaultEntryDelimiter() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
See FormatPreservingProperties.setDefaultEntryDelimiter(char)
getDefaultEventIndex() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getDefaultLevel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
The default level for unconfigured log channels.
getDefaultPropertyIndex() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getDefaultTransactionIsolation() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Return the wrapped statement.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Return the wrapped connection.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
Return the wrapped data source.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Return the wrapped statement.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
Return the wrapped result set.
getDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
Return the wrapped statement.
getDelegate() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
getDelegate() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
getDelegate() - Method in class org.apache.openjpa.lib.rop.ListResultList
Return the wrapped list.
getDelegate() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
getDelegates() - Method in class org.apache.openjpa.lib.log.MultiLogFactory
Returns the delegates that this MultiLogFactory delegates messages to.
getDiagnosticContext() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
A string to prefix all log messages with.
getDocType() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method to return any DOCTYPE declaration that should be dynamically included in xml documents that will be validated.
getDocument() - Static method in class org.apache.openjpa.lib.xml.XMLFactory
Return a new DOM Document.
getDOMParser(boolean, boolean) - Static method in class org.apache.openjpa.lib.xml.XMLFactory
Return a DocumentBuilder with the specified configuration.
getDouble(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getDouble(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getDoubleProperty(String, String, double) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getDoubleProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getDoubleProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a double, or 0 if it does not exist and has no set default.
getDoubleProperty(String, double) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a double, or the given default if it does not exist.
getDoubleSpace() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
If true, then output two lines after multi-line statements.
getDriverMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDriverName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getEndl() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return a new line character.
getEndl(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the given number of new line characters.
getEndl(int, int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the given number of new line characters, followed by the given tab level indentation.
getEntry(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns the entry associated with the specified key in the ConcurrentHashMap.
getErrorCode() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
Returns the error code of the underlying SQLException.
getEventSetDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getException(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Returns a SAXException with the source file name and the given error message.
getException(String, Throwable) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Returns a SAXException with the source file name and the given error message.
getExportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getExtendsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Extends declaration.
getExtraNameCharacters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getFatal(String) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
getFatal(String, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
getFatal(String, Object, Object) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string for the given key.
getFatal(String, Object[]) - Method in class org.apache.openjpa.lib.util.Localizer
Return the localized string matching the given key.
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFetchDirection() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFetchSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getFieldName(String) - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the field name for given suggested name, possibly adding leading underscore.
getFile() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
getFile() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Return the last-iterated metadata resource content as a file, or null if not an extant file.
getFile() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
getFile() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
getFile() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
getFile(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Files
Check the given string for a matching file.
getFileMap() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Returns a Map with keys of the File to be written to, and values of a Collection of SourceTracker instances.
getFloat(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFloat(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getFloat(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFloat(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getFloatProperty(String, String, float) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getFloatProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getFloatProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a float, or 0 if it does not exist and has no set default.
getFloatProperty(String, float) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a float, or the given default if it does not exist.
getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getHoldCount() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Queries the number of holds on this lock by the current thread.
getIcon(int) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getIdentifierQuoteString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getImplementorClasses(Class) - Static method in class org.apache.openjpa.lib.util.Services
 
getImplementorClasses(Class, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
 
getImplementorClasses(String) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Class objects of all known service implementors of the specified class name(as resolved by the current thread's context class loader).
getImplementorClasses(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
 
getImplementorClasses(String, ClassLoader, boolean) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Class objects of all known service implementors of the specified class name, as resolved by the specified ClassLoader.
getImplementors(Class) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified interface or class.
getImplementors(Class, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified interface or class.
getImplementors(String) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified class name(as resolved by the current thread's context class loader).
getImplementors(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Services
Return an array of Strings of class names of all known service implementors of the specified class name, as resolved by the specified ClassLoader.
getImplementsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Implements declaration.
getImportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Return the base underlying data store statement.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Return the base underlying data store connection.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
Return the base underlying database metadata.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
Return the inner-most wrapped delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Return the base underlying data store statement.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
Return the inner-most wrapped delegate.
getInnermostDelegate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
Return the base underlying data store statement.
getInputStream() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
getInputStream() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Return the last-iterated metadata resource content as a stream.
getInputStream() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
getInputStream() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
getInsertTimestamp() - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, this properties object will add a timestamp to the beginning of the file, just after the header (if any) is printed.
getInstance() - Static method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
getInstantiatingGetter() - Method in class org.apache.openjpa.lib.conf.Value
The name of the getter method for the instantiated value of this property(as opposed to the string value)
getInt(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getInt(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getInt(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getInt(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getInternal(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
Implement this method and List.size().
getInternal(int) - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
getInternal(int) - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
getInternal(int) - Method in class org.apache.openjpa.lib.rop.WindowResultList
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.BooleanValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.DoubleValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.FileValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.IntValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.ObjectValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.PluginListValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.PluginValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.StringListValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.StringValue
 
getInternalString() - Method in class org.apache.openjpa.lib.conf.Value
Return the internal string form of this value.
getIntProperty(String, String, int) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getIntProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getIntProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as an int, or 0 if it does not exist and has no set default.
getIntProperty(String, int) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as an int, or the given default if it does not exist.
getJDBCLog() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
The log to write JDBC messages to.
getJDBCMajorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getKey() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
 
getLength() - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue
 
getLevel(String) - Static method in class org.apache.openjpa.lib.log.LogFactoryImpl
Returns a symbolic constant for the specified string level.
getLevel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
getLevelName(short) - Static method in class org.apache.openjpa.lib.log.LogFactoryImpl
Returns a string representation of the specified log level constant.
getLevenshteinDistance(String, String) - Static method in class org.apache.openjpa.lib.util.StringDistance
Returns the Levenshtein distance between the two strings.
getLexicalHandler() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The lexical handler that should be registered with the SAX parser used by this class.
getLineLength() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
getLinesBetweenSections() - Method in class org.apache.openjpa.lib.util.CodeFormat
The number of empty lines between code sections.
getListener() - Method in class org.apache.openjpa.lib.conf.Value
Listener for value changes.
getListeners() - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Return a read-only list of listeners.
getListeners() - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Return a read-only list of listeners.
getListeners() - Method in interface org.apache.openjpa.lib.util.EventManager
Return a read-only list of listeners.
getLoadKey() - Method in class org.apache.openjpa.lib.conf.Value
The key under which this value was loaded, or null.
getLocation() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The XML document location.
getLocation(String) - Method in class org.apache.openjpa.lib.xml.Location
for customized responses
getLocation() - Method in class org.apache.openjpa.lib.xml.Location
 
getLocator() - Method in class org.apache.openjpa.lib.xml.Location
 
getLog() - Method in interface org.apache.openjpa.lib.conf.Configuration
Log plugin setting.
getLog(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
Return the log for the given category.
getLog() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getLog(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getLog(String) - Method in interface org.apache.openjpa.lib.log.LogFactory
Return a log for the given channel name.
getLog(String) - Method in class org.apache.openjpa.lib.log.LogFactoryAdapter
 
getLog(String) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
 
getLog(String) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
Returns a Log impl that combines all logs.
getLog(String) - Method in class org.apache.openjpa.lib.log.NoneLogFactory
 
getLog() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The log to write to.
getLog() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
The log to write to.
getLogFactory() - Method in interface org.apache.openjpa.lib.conf.Configuration
The log factory.
getLogFactory() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getLoginTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getLogs() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
The log to write to.
getLogWriter() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
getLong(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getLong(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getLongProperty(String, String, long) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.getLongProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getLongProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a long, or 0 if it does not exist and has no set default.
getLongProperty(String, long) - Method in class org.apache.openjpa.lib.util.TypedProperties
Return the property under the given key as a double, or the given default if it does not exist.
getMaxBinaryLiteralLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxFieldSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getMaxFieldSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getMaxFieldSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getMaxIndexLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxRows() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getMaxRows() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getMaxRows() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getMaxRowSize() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxSize() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 
getMaxSize() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
getMaxSize() - Method in class org.apache.openjpa.lib.util.LRUMap
 
getMaxSize() - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
getMaxSize() - Method in interface org.apache.openjpa.lib.util.SizedMap
The maximum number of entries, or Integer.MAX_VALUE for no limit.
getMaxStatementLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxStatements() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getMetaData(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Return the metadata, with the option of not wrapping it in a DelegatingDatabaseMetaData, which is the default.
getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getMethodDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getMoreResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getMoreResults(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getMoreResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getMoreResults(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getMoreResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getMoreResults(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getMultiLine() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
If true, then try to parse multi-line SQL statements.
getName() - Method in interface org.apache.openjpa.lib.meta.MetaDataFilter.Resource
The name of the resource.
getName() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
getName() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
getNewline() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
getNumericFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getObject(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getObject(int, Map) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getObject(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getObject(String, Map) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getObject(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getObject(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getObject(int, Map) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getObject(String, Map) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getObjects() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Return the current set of objects for serialization.
getOpenBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Open brace string.
getOpenParen(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Open parentheses string.
getOrderingValue(Object, int, ResultObjectProvider) - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
Return the value to use for ordering on the given result value.
getOutputStream(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Files
Return an output stream to the stream(stdout or stderr) or file named by the given string.
getOwner() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
null if not owned.
getOwner() - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue.WaitNode
 
getPackage() - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
The default package for objects being serialized.
getPackage(Object) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
Return the package name of the given object, or null if not in a package.
getPackageAttributeName() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The attribute of the package element that holds the name, or null to use the element text.
getPackageElementDepth() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The depth of the package element.
getPackageFile(File, String, boolean) - Static method in class org.apache.openjpa.lib.util.Files
Return the file for the given package.
getParameter(String) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Return the value set for the given parameter.
getParameterizedTypes(Field) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Collects the parameterized type declarations for a given field.
getParameterizedTypes(Method) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Collects the parameterized return type declarations for a given method.
getParameterMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getParameterMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getParens() - Method in class org.apache.openjpa.lib.util.CodeFormat
Paired parentheses for empty method parameters.
getParseComments() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether to parse element comments.
getParseText() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether to parse element text.
getPlugin(String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Combine the given class name and properties into a plugin string.
getPrettyPrint() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
 
getPrettyPrintLineLength() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
 
getPrimaryKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getProductName() - Method in interface org.apache.openjpa.lib.conf.Configuration
Return the product name.
getProductName() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getProperties() - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Return properties loaded thus far, or empty map if none.
getProperties(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return the properties part of the given plugin string, or null if none.
getProperties() - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
getProperties() - Method in class org.apache.openjpa.lib.conf.PluginListValue
The plugin properties.
getProperties() - Method in class org.apache.openjpa.lib.conf.PluginValue
The plugin properties.
getProperty() - Method in class org.apache.openjpa.lib.conf.Value
The property name that will be used when setting or getting this value in a Map.
getProperty(String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
getProperty(String, String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
getProperty(String, String, String) - Method in class org.apache.openjpa.lib.util.Options
Specialization of Properties.getProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
getPropertyDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
The number of seconds to wait for a query to execute before terminating it.
getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getQueryTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getQueuedThreads() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Returns a collection containing threads that may be waiting to acquire this lock.
getQueueLength() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Returns an estimate of the number of threads waiting to acquire this lock.
getRef(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getRef(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getRef(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getRef(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getResourceName() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
Return the domain-meaningful name of the resource that was loaded from this source.
getResultList() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
 
getResultObject() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
getResultObject() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
getResultObject() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
getResultObject() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Instantiate the current result object.
getResults() - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Return the results from the last parse.
getResults() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
getResultSet() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getResultSet(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
Get the last result set, with the option of not wrapping it in a DelegatingResultSet, which is the default.
getResultSet() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getResultSet(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
Get the last result set, with the option of not wrapping it in a DelegatingResultSet, which is the default.
getResultSet() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getResultSet(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
Get the last result set, with the option of not wrapping it in a DelegatingResultSet, which is the default.
getResultSetConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getResultSetConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getResultSetConcurrency() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getResultSetHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getResultSetType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getResultSetType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getResultSetType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getSAXParser(boolean, boolean) - Static method in class org.apache.openjpa.lib.xml.XMLFactory
Return a SAXParser with the specified configuration.
getSchemas() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getSchemaSource() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Implement to return the XML schema source for the document.
getSchemaTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getScope() - Method in class org.apache.openjpa.lib.conf.Value
A class defining the scope in which this value is defined.
getScoreBeforeFieldName() - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place an underscore before private field names.
getSearchStringEscape() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getShort(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getShort(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getShort(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getShort(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getSourceFile() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
Return the file from which this instance was parsed.
getSourceFile() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the file of the source being parsed.
getSourceFile(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Return the source file for the given instance.
getSourceFile(Class) - Static method in class org.apache.openjpa.lib.util.Files
Return the source file for the given class, or null if the source is not in the CLASSPATH.
getSourceIsSystemId() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether to use the source name as the XML system id.
getSourceLocationMessage(SourceTracker[]) - Static method in class org.apache.openjpa.lib.meta.SourceTrackers
Create a message appropriate for display to the user describing the location(s) that trackers were loaded from.
getSourceName() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return the name of the source file being parsed.
getSourceScope() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
Return the domain-dependent scope of this instance within its file.
getSourceType() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
Return the type of source.
getSpaceBeforeParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place a space before parentheses.
getSpaceInParen() - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place a space within parentheses.
getSQL() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the SQL associated with this event; may be null.
getSQLKeywords() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getSQLLog() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
The log to write SQL messages to.
getSQLState() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
Returns the SQL state of the underlying SQLException.
getSQLStateType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getStackTrace(Throwable) - Static method in class org.apache.openjpa.lib.log.AbstractLog
Utility method to obtain a stack trace as a String.
getStatement() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getStatement() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the Statement for this event, may be null for events unrelated to Statement execution.
getStatement() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
Returns the Statement that caused the exception.
getStream() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
The stream to write to.
getString() - Method in class org.apache.openjpa.lib.conf.PluginListValue
Override to recognize aliases of the class name without the attached properties string.
getString() - Method in class org.apache.openjpa.lib.conf.PluginValue
 
getString() - Method in class org.apache.openjpa.lib.conf.Value
Return a stringified version of this value.
getString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getStringFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getSuffix() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Expected suffix for metadata resources, or null if unknown.
getSuperTables(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getSystemFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getTab() - Method in class org.apache.openjpa.lib.util.CodeFormat
Tab string.
getTab(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Tab string.
getTablePrivileges(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getTableTypes() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getTabSpaces() - Method in class org.apache.openjpa.lib.util.CodeFormat
The number of spaces to use for tabs; 0 means to use actual tab characters.
getThrowsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Throws declaration.
getTime(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTime(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTime(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTime(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTime(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTime(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTime(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTime(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTime() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the time the event was constructed.
getTimeDateFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getTimestamp(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTimestamp(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getTimestamp(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTimestamp(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getTrackParameters() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
Whether to track parameters for the purposes of reporting exceptions.
getTransactionIsolation() - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
The transaction isolation level.
getTransactionIsolation() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getType() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getType() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
Return the event's type code.
getTypeInfo() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getTypeMap() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getUDTs(String, String, String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getUnicodeStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getUnicodeStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getUpdateCount() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getUpdateCount() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getUpdateCount() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getURL(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getURL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getURL() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getURL(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getURL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getUserName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getValue(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
Return the Value for the given property, or null if none.
getValue(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getValue() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
 
getValues() - Method in interface org.apache.openjpa.lib.conf.Configuration
Return the set of all Values.
getValues() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
getValueType() - Method in class org.apache.openjpa.lib.conf.BooleanValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.DoubleValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.FileValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.IntValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.ObjectValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.PluginListValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.PluginValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.StringListValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.StringValue
 
getValueType() - Method in class org.apache.openjpa.lib.conf.Value
Returns the type of the property that this Value represents.
getVersionColumns(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
getVersionSpecificClass(Class) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Returns a version-specific instance of the specified class
getVersionSpecificClass(String) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Obtains a subclass of the specific base class that is specific to the current version of Java in use.
getWaitingThreads(Condition) - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Returns a collection containing those threads that may be waiting on the given condition associated with this lock.
getWaitingThreads() - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue
 
getWaitQueueLength(Condition) - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Returns an estimate of the number of threads waiting on the given condition associated with this lock.
getWarningAction() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
What to do with SQL warnings.
getWarningHandler() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
What to do with SQL warnings.
getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
getWarnings() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
getWrapIndent() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
getWriter(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.Files
Return a writer to the stream(stdout or stderr) or file named by the given string.
groupByPackage(Collection) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
Helper method to group objects by package.

H

haltOnError - Variable in class org.apache.openjpa.lib.ant.AbstractTask
 
handleCheckedException(Exception) - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
handleCheckedException(Exception) - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
handleCheckedException(Exception) - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
handleCheckedException(Exception) - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Any checked exceptions that are thrown will be passed to this method.
handleWarning(SQLWarning) - Method in interface org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.SQLWarningHandler
 
HARD - Static variable in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
Hard reference marker.
HARD - Static variable in class org.apache.openjpa.lib.util.ReferenceHashSet
Hard reference marker.
HARD - Static variable in interface org.apache.openjpa.lib.util.ReferenceMap
 
hashCode() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Computes hash code based on the properties returned from ConfigurationImpl.toProperties(boolean).
hashCode() - Method in class org.apache.openjpa.lib.conf.Value
 
hashCode() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
hashCode() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
hashCode() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
hashCode() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
hashCode() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
hashCode() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
hashCode() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
hashCode() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
hashCode() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
hashCode() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
 
hashCode() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
hashCode() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
hashCode() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
hashCode() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
 
hashCode() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
hasListener(Object) - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Return whether the given instance is in the list of listeners.
hasListener(Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Return whether the given instance is in the list of listeners.
hasListener(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
Return whether the given instance is in the list of listeners.
hasListeners() - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Return true if there are any registered listeners.
hasListeners() - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Return true if there are any registered listeners.
hasListeners() - Method in interface org.apache.openjpa.lib.util.EventManager
Return true if there are any registered listeners.
hasNext() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
hasNext() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
hasNext() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Return whether there is another resource to iterate over.
hasNext() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
hasNext() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
hasNext() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
hasNext() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
hasNext() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
hasNext() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
 
hasNext() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
 
hasNodes() - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue
 
hasParameter(String) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Return true if the given parameter has been given a value.
hasPrevious() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
 
hasQueuedThread(Thread) - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Queries whether the given thread is waiting to acquire this lock.
hasQueuedThreads() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Queries whether any threads are waiting to acquire this lock.
hasWaiters(Condition) - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Queries whether any threads are waiting on the given condition associated with this lock.
HOURS - Static variable in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 

I

ignoreContent(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Ignore all content below the current element.
implementsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
indexOf(Object) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
indexOf(Object) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
indexOf(Object) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
indexOf(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
indexOf(Object, int) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
info(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
info(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
INFO - Static variable in interface org.apache.openjpa.lib.log.Log
 
info(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.INFO level with the stringification of o as the body of the message, also outputting t to the log.
info(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.INFO level with the stringification of o as the body of the message, also outputting t to the log.
info(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
info(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
INFO_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
initCause(Throwable, Throwable) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Set the cause of the given throwable.
initializationMillis - Variable in class org.apache.openjpa.lib.log.LogFactoryImpl
The time at which this factory was initialized.
insert(WaitQueue.WaitNode) - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue
 
insertRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
insertsAreDetected(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
instantiate(Class, Configuration) - Method in class org.apache.openjpa.lib.conf.ObjectValue
Instantiate the object as an instance of the given class.
instantiate(Class, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.ObjectValue
Instantiate the object as an instance of the given class.
instantiate(Class, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.PluginListValue
Instantiate the plugins as instances of the given class.
instantiate(Class, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.PluginValue
Instantiate the plugin as an instance of the given class.
instantiateAll() - Method in interface org.apache.openjpa.lib.conf.Configuration
Call the instantiating get methods for all values.
instantiateAll() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
IntValue - Class in org.apache.openjpa.lib.conf
An int Value.
IntValue(String) - Constructor for class org.apache.openjpa.lib.conf.IntValue
 
isAfterLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
isAliasListComprehensive() - Method in class org.apache.openjpa.lib.conf.Value
Whether or not the alias list defines all possible settings for this value.
isAnnotation(Class) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Return true if the given type is an annotation.
isBeforeFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
isCaching() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether parsed resource names are cached to avoid duplicate parsing.
isCatalogAtStart() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
isClassElementName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The name of the class element.
isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
isClosed() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
isClosed() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
isClosed() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
isClosed() - Method in interface org.apache.openjpa.lib.rop.ResultList
Returns true if the list has been closed.
isClosed() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
isClosed() - Method in class org.apache.openjpa.lib.rop.WindowResultList
 
isDebugEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
 
isDebugEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
isDebugEnabled() - Method in interface org.apache.openjpa.lib.log.Log
Returns if the Log.DEBUG log level is enabled.
isDebugEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
isDebugEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
isEmpty() - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
isEmpty() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
isEmpty() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Returns true if this queue contains no elements.
isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns true if this Map contains no key-value mappings.
isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
isEmpty() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Returns true if this set contains no elements.
isEmpty() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Return true if there are no internal class laoders.
isEmpty() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
isEnabled(short) - Method in class org.apache.openjpa.lib.log.AbstractLog
Check to see if the specified logging level is enabled.
isEnabled(short) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
isEnumeration(Class) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Return true if the given type is an enumeration.
isErrorEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
 
isErrorEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
isErrorEnabled() - Method in interface org.apache.openjpa.lib.log.Log
Returns if the Log.ERROR log level is enabled.
isErrorEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
isErrorEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
isFair() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Returns true if this lock has fairness set true.
isFatalEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
 
isFatalEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
isFatalEnabled() - Method in interface org.apache.openjpa.lib.log.Log
Returns if the Log.FATAL log level is enabled.
isFatalEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
isFatalEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
isFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
isFull() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 
isFull() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
isFull() - Method in class org.apache.openjpa.lib.util.LRUMap
 
isFull() - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
isFull() - Method in interface org.apache.openjpa.lib.util.SizedMap
Whether the map is full.
isHeldByCurrentThread() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Queries if this lock is held by the current thread.
isInfoEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
 
isInfoEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
isInfoEnabled() - Method in interface org.apache.openjpa.lib.log.Log
Returns if the Log.INFO log level is enabled.
isInfoEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
isInfoEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
isInvalidProperty(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Returns true if the specified property name should raise a warning if it is not found in the list of known properties.
isJDBCEnabled() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
Return true if JDBC logging is enabled.
isLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
isLocked() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Queries if this lock is held by any thread.
isNullOnNoLocator() - Method in class org.apache.openjpa.lib.xml.Location
 
isolate - Variable in class org.apache.openjpa.lib.ant.AbstractTask
 
isPackageElementName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
The name of the package element.
isProviderOpen() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
isProviderOpen() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
isProviderOpen() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
isProviderOpen() - Method in interface org.apache.openjpa.lib.rop.ResultList
Returns true if the provider backing this list is open.
isProviderOpen() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
isProviderOpen() - Method in class org.apache.openjpa.lib.rop.WindowResultList
 
isReadOnly() - Method in interface org.apache.openjpa.lib.conf.Configuration
Return true if this configuration is immutable.
isReadOnly() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
isReadOnly() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
isReadOnly() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
isSingleton() - Method in class org.apache.openjpa.lib.conf.PluginValue
Whether this value is a singleton.
isSQLEnabled() - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
Return true if SQL logging is enabled.
isTraceEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
 
isTraceEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
isTraceEnabled() - Method in interface org.apache.openjpa.lib.log.Log
Returns if the Log.TRACE log level is enabled.
isTraceEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
isTraceEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
isValidating() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether this is a validating parser.
isVerbose() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Whether this serialization is in verbose mode.
isWaiting(Thread) - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue
 
isWarnEnabled() - Method in class org.apache.openjpa.lib.log.AbstractLog
 
isWarnEnabled() - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
isWarnEnabled() - Method in interface org.apache.openjpa.lib.log.Log
Returns if the Log.WARN log level is enabled.
isWarnEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
isWarnEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
iterator() - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
iterator() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
iterator() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
iterator() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
iterator() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Returns an iterator over the elements in this queue in proper sequence.
iterator() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
iterator() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
iterator() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Returns an iterator over the elements contained in this set in the order in which these elements were added.
iterator() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
itr(int) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
Implement this method and List.size().
itr(int) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 

J

JavaVersions - Class in org.apache.openjpa.lib.util
Utilities for dealing with different Java spec versions.
JavaVersions() - Constructor for class org.apache.openjpa.lib.util.JavaVersions
 
JDBCEvent - Class in org.apache.openjpa.lib.jdbc
A JDBC event.
JDBCEvent(Connection, short, JDBCEvent, Statement, String) - Constructor for class org.apache.openjpa.lib.jdbc.JDBCEvent
Constructor.
JDBCEventConnectionDecorator - Class in org.apache.openjpa.lib.jdbc
Manages the firing of JDBCEvents.
JDBCEventConnectionDecorator() - Constructor for class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
 
JDBCListener - Interface in org.apache.openjpa.lib.jdbc
A listener for all JDBCEvents that occur.

K

keyExpired(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
keyExpired(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
keyExpired(Object) - Method in interface org.apache.openjpa.lib.util.ReferenceMap
Overridable callback for when a key reference expires.
keySet() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns a set view of the keys contained in this map.
keySet() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this HashMap.

L

last() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
lastIndexOf(Object) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
lastIndexOf(Object) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
lastIndexOf(Object) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
lastIndexOf(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
lastIndexOf(Object, int) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
LazyForwardResultList - Class in org.apache.openjpa.lib.rop
Lazy forward-only result list.
LazyForwardResultList(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.LazyForwardResultList
 
length() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the length of the internal buffer.
listIterator() - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
listIterator(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
listIterator() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
listIterator(int) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
listIterator() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
listIterator(int) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
listIterator() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
listIterator(int) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
ListResultList - Class in org.apache.openjpa.lib.rop
A basic ResultList implementation that wraps a normal list.
ListResultList(List) - Constructor for class org.apache.openjpa.lib.rop.ListResultList
Constructor.
ListResultObjectProvider - Class in org.apache.openjpa.lib.rop
A result object provider wrapped around a normal list.
ListResultObjectProvider(List) - Constructor for class org.apache.openjpa.lib.rop.ListResultObjectProvider
Constructor.
load(String, ClassLoader) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Load the given given resource, or return false if it is not a resource this provider understands.
load(File) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Load given file, or return false if it is not a file this provider understands.
load(String, ClassLoader) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return a ConfigurationProvider that has parsed the given resource.
load(File, ClassLoader) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return a ConfigurationProvider that has parsed the given file.
load(String, ClassLoader) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
load(File) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
load(InputStream) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
Loads the properties in in, according to the rules described in Properties.load(java.io.InputStream).
loadClass(String) - Method in class org.apache.openjpa.lib.util.TemporaryClassLoader
 
loadClass(String, boolean) - Method in class org.apache.openjpa.lib.util.TemporaryClassLoader
 
loadDefaults() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Automatically load default values from the system's ConfigurationProviders, and from System properties.
loadDefaults(ClassLoader) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Load defaults, or return false if no defaults for this provider found.
loadDefaults(ClassLoader) - Static method in class org.apache.openjpa.lib.conf.Configurations
Return a ConfigurationProvider that has parsed system defaults.
loadDefaults(ClassLoader) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
loadFactor() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns the load factor for this map.
Localizer - Class in org.apache.openjpa.lib.util
The Localizer provides convenient access to localized strings.
Localizer() - Constructor for class org.apache.openjpa.lib.util.Localizer
 
Location - Class in org.apache.openjpa.lib.xml
 
Location() - Constructor for class org.apache.openjpa.lib.xml.Location
 
Location(boolean) - Constructor for class org.apache.openjpa.lib.xml.Location
 
locatorsUpdateCopy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
Lock - Interface in org.apache.openjpa.lib.util.concurrent
Lock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements.
lock() - Method in interface org.apache.openjpa.lib.util.concurrent.Lock
Acquires the lock.
lock() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Acquires the lock.
lockInterruptibly() - Method in interface org.apache.openjpa.lib.util.concurrent.Lock
Acquires the lock unless the current thread is interrupted.
lockInterruptibly() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Acquires the lock unless the current thread is interrupted.
log(short, String, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
Send the specified log message to the handler.
Log - Interface in org.apache.openjpa.lib.log
Logging interface that is independent of other logging frameworks.
log(short, String, Throwable) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
Log4JLogFactory - Class in org.apache.openjpa.lib.log
LogFactory implementation that delegates to the Log4J framework.
Log4JLogFactory() - Constructor for class org.apache.openjpa.lib.log.Log4JLogFactory
 
Log4JLogFactory.LogAdapter - Class in org.apache.openjpa.lib.log
Adapts a Log4J logger to the Log interface.
LogFactory - Interface in org.apache.openjpa.lib.log
Factory for log instances.
LogFactoryAdapter - Class in org.apache.openjpa.lib.log
Base type that aids in adapting an external log framework to the LogFactory.
LogFactoryAdapter() - Constructor for class org.apache.openjpa.lib.log.LogFactoryAdapter
 
LogFactoryImpl - Class in org.apache.openjpa.lib.log
Default LogFactory implementation.
LogFactoryImpl() - Constructor for class org.apache.openjpa.lib.log.LogFactoryImpl
 
LogFactoryImpl.LogImpl - Class in org.apache.openjpa.lib.log
A simple implementation of the Log interface.
LogFactoryImpl.LogImpl() - Constructor for class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
logFactoryPlugin - Variable in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
LoggingConnectionDecorator - Class in org.apache.openjpa.lib.jdbc
A ConnectionDecorator that creates logging connections and ReportingSQLExceptions.
LoggingConnectionDecorator() - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
 
LoggingConnectionDecorator.SQLWarningHandler - Interface in org.apache.openjpa.lib.jdbc
Interface that allows customization of what to do when SQLWarnings occur.
logJDBC(String, Connection) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
Log a JDBC message on behalf of the given connection.
logJDBC(String, long, Connection) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
Log a JDBC message on behalf of the given connection.
LogOutputStream - Class in org.apache.openjpa.lib.log
Many standard components log to OutputStreams.
LogOutputStream(Log, int) - Constructor for class org.apache.openjpa.lib.log.LogOutputStream
Constructor.
logSQL(String, Connection) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
Log a SQL message on behalf of the given connection.
logSQL(String, long, Connection) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
Log a SQL message on behalf of the given connection.
lookup(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Looks up the given name in JNDI.
LRUMap - Class in org.apache.openjpa.lib.util
Extension of the commons LRUMap that can change its maximum size.
LRUMap() - Constructor for class org.apache.openjpa.lib.util.LRUMap
 
LRUMap(int) - Constructor for class org.apache.openjpa.lib.util.LRUMap
 
LRUMap(int, float) - Constructor for class org.apache.openjpa.lib.util.LRUMap
 
LRUMap(Map) - Constructor for class org.apache.openjpa.lib.util.LRUMap
 

M

main(String[]) - Static method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
main(String[]) - Static method in class org.apache.openjpa.lib.util.JavaVersions
 
MapConfigurationProvider - Class in org.apache.openjpa.lib.conf
Simple configuration provider that sets configuration based on a provided map.
MapConfigurationProvider() - Constructor for class org.apache.openjpa.lib.conf.MapConfigurationProvider
Construct with null properties.
MapConfigurationProvider(Map) - Constructor for class org.apache.openjpa.lib.conf.MapConfigurationProvider
Constructor; supply properties map.
mapTypeNames(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
Return a mapping of each metadata resource to an array of its contained class names.
mapTypes(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
Return a mapping of each metadata resource to an array of its contained classes.
mark(int) - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
markSupported() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
matches(MetaDataFilter.Resource) - Method in class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
 
matches(MetaDataFilter.Resource) - Method in interface org.apache.openjpa.lib.meta.MetaDataFilter
Return whether the given resource passes the filter.
matches(MetaDataFilter.Resource) - Method in class org.apache.openjpa.lib.meta.SuffixMetaDataFilter
 
matches(String) - Method in class org.apache.openjpa.lib.util.SimpleRegex
 
maxSize() - Method in class org.apache.openjpa.lib.util.LRUMap
 
MergedResultObjectProvider - Class in org.apache.openjpa.lib.rop
A result object provider that merges multiple result object provider delegates.
MergedResultObjectProvider(ResultObjectProvider[]) - Constructor for class org.apache.openjpa.lib.rop.MergedResultObjectProvider
Constructor.
MergedResultObjectProvider(ResultObjectProvider[], Comparator) - Constructor for class org.apache.openjpa.lib.rop.MergedResultObjectProvider
Constructor.
MetaDataFilter - Interface in org.apache.openjpa.lib.meta
Filters metadata resources.
MetaDataFilter.Resource - Interface in org.apache.openjpa.lib.meta
Information about a metadata resource.
MetaDataIterator - Interface in org.apache.openjpa.lib.meta
Iterator over metadata resources.
MetaDataIteratorChain - Class in org.apache.openjpa.lib.meta
Metadata iterator that combines several iterators.
MetaDataIteratorChain() - Constructor for class org.apache.openjpa.lib.meta.MetaDataIteratorChain
Default constructor.
MetaDataIteratorChain(MetaDataIterator, MetaDataIterator) - Constructor for class org.apache.openjpa.lib.meta.MetaDataIteratorChain
Combine two iterators.
MetaDataParser - Interface in org.apache.openjpa.lib.meta
Interface for metadata parsers.
MetaDataSerializer - Interface in org.apache.openjpa.lib.meta
Interface for meta data serializers.
MICROSECONDS - Static variable in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
MILLISECONDS - Static variable in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
MINUTES - Static variable in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
moveToCurrentRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
moveToInsertRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
MultiClassLoader - Class in org.apache.openjpa.lib.util
Class loader type that can be configured to delegate to multiple internal class loaders.
MultiClassLoader() - Constructor for class org.apache.openjpa.lib.util.MultiClassLoader
Constructor; initializes the loader with an empty list of delegates.
MultiClassLoader(MultiClassLoader) - Constructor for class org.apache.openjpa.lib.util.MultiClassLoader
Construct with the class loaders of another multi loader.
MultiLogFactory - Class in org.apache.openjpa.lib.log
A LogFactory implementation to pass events through multiple LogFactory implementations(such as log4j and LogPanelFactory).
MultiLogFactory(LogFactory, LogFactory) - Constructor for class org.apache.openjpa.lib.log.MultiLogFactory
Create an instance with the given delegates.
MultiLogFactory(LogFactory, LogFactory, LogFactory) - Constructor for class org.apache.openjpa.lib.log.MultiLogFactory
Create an instance with the given delegates.
MultiLogFactory(LogFactory[]) - Constructor for class org.apache.openjpa.lib.log.MultiLogFactory
Create an instance with the given delegates.

N

NANOSECONDS - Static variable in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
nanoTime() - Method in interface org.apache.openjpa.lib.util.concurrent.NanoTimer
Returns the current value of the most precise available system timer, in nanoseconds.
nanoTime() - Static method in class org.apache.openjpa.lib.util.concurrent.Utils
Returns the current value of the most precise available system timer, in nanoseconds.
NanoTimer - Interface in org.apache.openjpa.lib.util.concurrent
Interface to specify custom implementation of precise timer.
nativeSQL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
newCondition() - Method in interface org.apache.openjpa.lib.util.concurrent.Lock
Returns a new Condition instance that is bound to this Lock instance.
newCondition() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Returns a Condition instance for use with this Lock instance.
newConfiguration() - Method in class org.apache.openjpa.lib.ant.AbstractTask
Implement this method to return a configuration object for the product in use.
newInstance(String, ClassLoader) - Static method in class org.apache.openjpa.lib.conf.Configurations
Create the instance with the given class name, using the given class loader.
newInstance(String, Configuration, String, ClassLoader) - Static method in class org.apache.openjpa.lib.conf.Configurations
Create and configure an instance with the given class name and properties.
newInstance(String, Class, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.ObjectValue
Allow subclasses to instantiate additional plugins.
newListenerCollection() - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Return a new container for listeners.
newListenerCollection() - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Return a new concurrent container for listeners.
newLogAdapter(String) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory
 
newLogAdapter(String) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory
 
newLogAdapter(String) - Method in class org.apache.openjpa.lib.log.LogFactoryAdapter
Return a log adapter for the given channel.
newLogImpl() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
Create a new log.
newRowMap() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
Override this method to control what kind of map is used for the instantiated rows.
newRowMap() - Method in class org.apache.openjpa.lib.rop.SoftRandomAccessResultList
 
next() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
next() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
 
next() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
 
next() - Method in interface org.apache.openjpa.lib.meta.MetaDataIterator
Return the next metadata resource.
next() - Method in class org.apache.openjpa.lib.meta.MetaDataIteratorChain
 
next() - Method in class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
 
next() - Method in class org.apache.openjpa.lib.meta.URLMetaDataIterator
 
next() - Method in class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
 
next() - Method in class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
 
next() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
next() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
next() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
next() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
 
next() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Advance the input to the next position.
next() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
 
next() - Static method in class org.apache.openjpa.lib.util.UUIDGenerator
Return a unique UUID value.
nextHex() - Static method in class org.apache.openjpa.lib.util.UUIDGenerator
Return the next unique uuid value as a 32-character hex string.
nextIndex() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
 
nextString() - Static method in class org.apache.openjpa.lib.util.UUIDGenerator
Return the next unique uuid value as a 16-character string.
NoneLogFactory - Class in org.apache.openjpa.lib.log
A log factory implementation that does not do any logging, as quickly as possible.
NoneLogFactory() - Constructor for class org.apache.openjpa.lib.log.NoneLogFactory
 
NoneLogFactory.NoneLog - Class in org.apache.openjpa.lib.log
No-op log.
NoneLogFactory.NoneLog() - Constructor for class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
nullPlusNonNullIsNull() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 

O

objectChanged() - Method in class org.apache.openjpa.lib.conf.ObjectValue
Implement this method to synchronize internal data with the new object value.
objectChanged() - Method in class org.apache.openjpa.lib.conf.PluginListValue
 
objectChanged() - Method in class org.apache.openjpa.lib.conf.PluginValue
 
ObjectValue - Class in org.apache.openjpa.lib.conf
An object Value.
ObjectValue(String) - Constructor for class org.apache.openjpa.lib.conf.ObjectValue
 
offer(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Inserts the specified element at the tail of this queue.
offer(Object) - Method in interface org.apache.openjpa.lib.util.concurrent.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
open() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
open() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
open() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
open() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Open the result.
openBrace(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
openParen(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
Options - Class in org.apache.openjpa.lib.util
A specialization of the Properties map type with the added abilities to read application options from the command line and to use bean patterns to set an object's properties via command-line the stored mappings.
Options() - Constructor for class org.apache.openjpa.lib.util.Options
Default constructor.
Options(Properties) - Constructor for class org.apache.openjpa.lib.util.Options
Construct the options instance with the given set of defaults.
org.apache.openjpa.lib.ant - package org.apache.openjpa.lib.ant
Ant Integration
org.apache.openjpa.lib.conf - package org.apache.openjpa.lib.conf
Configuration Framework
org.apache.openjpa.lib.jdbc - package org.apache.openjpa.lib.jdbc
Database Connectivity
org.apache.openjpa.lib.log - package org.apache.openjpa.lib.log
Logging
org.apache.openjpa.lib.meta - package org.apache.openjpa.lib.meta
Metadata Framework
org.apache.openjpa.lib.rop - package org.apache.openjpa.lib.rop
Result Object Provider Framework
org.apache.openjpa.lib.util - package org.apache.openjpa.lib.util
General Utilities
org.apache.openjpa.lib.util.concurrent - package org.apache.openjpa.lib.util.concurrent
Concurrent Utilities
org.apache.openjpa.lib.xml - package org.apache.openjpa.lib.xml
XML Handling
othersDeletesAreVisible(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
overflowRemoved(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 
overflowRemoved(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
overflowRemoved(Object, Object) - Method in class org.apache.openjpa.lib.util.LRUMap
 
overflowRemoved(Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
overflowRemoved(Object, Object) - Method in interface org.apache.openjpa.lib.util.SizedMap
Overridable callback for when an overflow entry is automatically removed.
ownDeletesAreVisible(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 

P

ParameterTemplate - Class in org.apache.openjpa.lib.util
A template that allows parameter substitutions.
ParameterTemplate() - Constructor for class org.apache.openjpa.lib.util.ParameterTemplate
 
parens() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
parse(String) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Parse the given resource.
parse(URL) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Parse the given resource.
parse(File) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Parse the given file, which may be a directory, in which case it will be scanned recursively for metadata files.
parse(Class, boolean) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Parse all possible metadata locations for the given class, going top-down or bottom-up.
parse(Reader, String) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Parse the metadata in the given reader.
parse(MetaDataIterator) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
Parse the metadata supplied by the given iterator.
parse(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
parse(URL) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
parse(File) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
parse(Class, boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
parse(Reader, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
parse(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
parsed(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Return true if the given source is parsed.
ParseException - Exception in org.apache.openjpa.lib.util
Exception type for parse errors.
ParseException() - Constructor for exception org.apache.openjpa.lib.util.ParseException
 
ParseException(String) - Constructor for exception org.apache.openjpa.lib.util.ParseException
 
ParseException(Throwable) - Constructor for exception org.apache.openjpa.lib.util.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.apache.openjpa.lib.util.ParseException
 
parseNewResource(Reader, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Parse a previously-unseen source.
parseProperties(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
Parse a set of properties from a comma-separated string.
parseTypeNames(String) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
Return the names of the class(es) from the given arg.
parseTypeNames(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
Return the names of the class(es) from the given metadatas.
parseTypes(String) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
Return the Class representation of the class(es) named in the given arg.
parseTypes(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
Return the Class representation of the class(es) named in the given metadatas.
PAST_END - Static variable in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
peek() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
 
peek() - Method in interface org.apache.openjpa.lib.util.concurrent.Queue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
PluginListValue - Class in org.apache.openjpa.lib.conf
A list of plugins.
PluginListValue(String) - Constructor for class org.apache.openjpa.lib.conf.PluginListValue
 
PluginValue - Class in org.apache.openjpa.lib.conf
A plugin Value consisting of plugin name and properties.
PluginValue(String, boolean) - Constructor for class org.apache.openjpa.lib.conf.PluginValue
 
poll() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
 
poll() - Method in interface org.apache.openjpa.lib.util.concurrent.Queue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
populateConfiguration(Configuration, Options) - Static method in class org.apache.openjpa.lib.conf.Configurations
Set the given Configuration instance from the command line options provided.
prepareCall(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareCall(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Prepare a call, with the option of not wrapping it in a DelegatingCallableStatement, which is the default.
prepareCall(String, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareCall(String, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Prepare a call, with the option of not wrapping it in a DelegatingCallableStatement, which is the default.
prepareCall(String, int, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareCall(String, int, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Prepare a statement, with the option of not wrapping it in a DelegatingPreparedStatement, which is the default.
prepareStatement(String, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
Prepare a statement, with the option of not wrapping it in a DelegatingPreparedStatement, which is the default.
prepareStatement(String, int, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, int, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, int[], boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareStatement(String, String[], boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
prepareWrite(File) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Prepare to write to the given file.
PRETTY - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
 
prettyPrint(Object) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
previous() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
previous() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
 
previousIndex() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
 
purge(Reference) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
put(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Associates the specified value with the specified key in this HashMap.
put(Object, Object) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
putAll(Map) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Copies all of the mappings from the specified Map to this HashMap These mappings will replace any mappings that this HashMap had for any of the keys currently in the specified Map.
putAll(Map) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
Circumvents the superclass FormatPreservingProperties.putAll(java.util.Map) implementation, putting all the key-value pairs via FormatPreservingProperties.put(java.lang.Object, java.lang.Object).
putIfAbsent(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 

Q

Queue - Interface in org.apache.openjpa.lib.util.concurrent
A collection designed for holding elements prior to processing.

R

RandomAccessResultList - Class in org.apache.openjpa.lib.rop
Random-access result list implementation.
RandomAccessResultList(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.RandomAccessResultList
 
randomEntryIterator() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 
randomEntryIterator() - Method in interface org.apache.openjpa.lib.util.concurrent.ConcurrentMap
Iterate over map entries, beginning at an arbitrary (not strictly random) entry.
randomEntryIterator() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
RangeResultObjectProvider - Class in org.apache.openjpa.lib.rop
Prevents a view of a given range of indices from the delegate result object provider.
RangeResultObjectProvider(ResultObjectProvider, long, long) - Constructor for class org.apache.openjpa.lib.rop.RangeResultObjectProvider
Constructor.
read() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
read(char[]) - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
read(char[], int, int) - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
readExternal(ObjectInput) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Implementation of the Externalizable interface to read from the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput).
ready() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
recheck(WaitQueue.WaitNode) - Method in interface org.apache.openjpa.lib.util.concurrent.WaitQueue.QueuedSync
 
ReentrantLock - Class in org.apache.openjpa.lib.util.concurrent
A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements, but with extended capabilities.
ReentrantLock() - Constructor for class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Creates an instance of ReentrantLock.
ReentrantLock(boolean) - Constructor for class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Creates an instance of ReentrantLock with the given fairness policy.
ReferenceHashMap - Class in org.apache.openjpa.lib.util
Map in which the key, value, or both may be weak/soft references.
ReferenceHashMap(int, int) - Constructor for class org.apache.openjpa.lib.util.ReferenceHashMap
 
ReferenceHashMap(int, int, int, float) - Constructor for class org.apache.openjpa.lib.util.ReferenceHashMap
 
ReferenceHashSet - Class in org.apache.openjpa.lib.util
A set whose values may be stored as weak or soft references.
ReferenceHashSet(int) - Constructor for class org.apache.openjpa.lib.util.ReferenceHashSet
Construct a set with the given reference type.
ReferenceMap - Interface in org.apache.openjpa.lib.util
A Map type that can hold its keys, values, or both with weak or soft references.
refreshRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
registerOutParameter(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
registerOutParameter(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
relative(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
releaseSavepoint(Savepoint) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
remove(int) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
remove(Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
remove() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
 
remove(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
remove(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Removes a single instance of the specified element from this queue, if it is present.
remove(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Removes the mapping for this key from this HashMap if present.
remove(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
remove(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
remove(int) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
remove(Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Removes the specified element from this set if it is present.
remove() - Method in interface org.apache.openjpa.lib.util.concurrent.Queue
Retrieves and removes the head of this queue.
remove(Object) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
Removes the key from the bookkeeping collectiotns as well.
remove(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
removeAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
removeAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
removeAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
removeAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
removeAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Removes from this set all of its elements that are contained in the specified collection.
removeAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
removeBooleanProperty(String, String, boolean) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.removeBooleanProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
removeBooleanProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a boolean.
removeBooleanProperty(String, boolean) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a boolean, or return the given default if it does not exist.
removeClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Remove the given loader from the list.
removeDecorator(ConnectionDecorator) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
Remove a connection decorator.
removeDoubleProperty(String, String, double) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.removeDoubleProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
removeDoubleProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a double.
removeDoubleProperty(String, double) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a double, or return the given default if it does not exist.
removeExpired() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
removeExpired() - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
removeExpired() - Method in interface org.apache.openjpa.lib.util.ReferenceMap
Purge stale entries.
removeFloatProperty(String, String, float) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.removeFloatProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
removeFloatProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a float.
removeFloatProperty(String, float) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a float, or return the given default if it does not exist.
removeIntProperty(String, String, int) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.removeIntProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
removeIntProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a int.
removeIntProperty(String, int) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a int, or return the given default if it does not exist.
removeListener(Object) - Method in class org.apache.openjpa.lib.util.AbstractEventManager
Remove an event listener.
removeListener(Object) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
Remove an event listener.
removeListener(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
Remove an event listener.
removeLogFactory(LogFactory) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
 
removeLongProperty(String, String, long) - Method in class org.apache.openjpa.lib.util.Options
Specialization of TypedProperties.removeLongProperty(java.lang.String) to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
removeLongProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a long.
removeLongProperty(String, long) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the property under the given key as a long, or return the given default if it does not exist.
removeLRU(AbstractLinkedMap.LinkEntry) - Method in class org.apache.openjpa.lib.util.LRUMap
 
removeProperty(String, String, String) - Method in class org.apache.openjpa.lib.util.Options
Specialization of Properties#removeProperty to allow a value to appear under either of two keys; useful for short and long versions of command-line flags.
removeProperty(String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the given property.
removeProperty(String, String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Remove the given property, or return the given default if it does not exist.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.openjpa.lib.conf.Configuration
Removes a listener for any property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
removeProvider(ResourceBundleProvider) - Static method in class org.apache.openjpa.lib.util.Localizer
Remove a resource provider.
removeRandom() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 
removeRandom() - Method in interface org.apache.openjpa.lib.util.concurrent.ConcurrentMap
Remove an arbitrary(not strictly random) entry from the map.
removeRandom() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
removeValue(Value) - Method in interface org.apache.openjpa.lib.conf.Configuration
Remove the given value from the set of configuration properties.
removeValue(Value) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
ReportingSQLException - Exception in org.apache.openjpa.lib.jdbc
A SQLException that contains information about the Statement SQL that caused the exception.
ReportingSQLException(SQLException, Statement, String) - Constructor for exception org.apache.openjpa.lib.jdbc.ReportingSQLException
 
ReportingSQLException(SQLException, String) - Constructor for exception org.apache.openjpa.lib.jdbc.ReportingSQLException
 
ReportingSQLException(SQLException, Statement) - Constructor for exception org.apache.openjpa.lib.jdbc.ReportingSQLException
 
reset() - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method to clear any state and ready the parser for a new document.
reset() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method to clear any state and ready the parser for a new document.
reset() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Reset serialization state for the next document.
reset() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
reset() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
reset() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
reset() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Reset this provider.
reset() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
ResourceMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over a given metadata resource.
ResourceMetaDataIterator(String) - Constructor for class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
Constructor; supply the resource to parse.
ResourceMetaDataIterator(String, ClassLoader) - Constructor for class org.apache.openjpa.lib.meta.ResourceMetaDataIterator
Constructor; supply the resource to parse.
ResultList - Interface in org.apache.openjpa.lib.rop
List interface that represents a potentially lazy ResultList instantiation.
ResultListIterator - Class in org.apache.openjpa.lib.rop
Wrapper iterator that will return false for hasNext() if the owning ResultList has been closed.
ResultListIterator(ListIterator, ResultList) - Constructor for class org.apache.openjpa.lib.rop.ResultListIterator
 
ResultObjectProvider - Interface in org.apache.openjpa.lib.rop
Interface that allows lazy/custom instantiation of input objects.
ResultObjectProviderIterator - Class in org.apache.openjpa.lib.rop
Iterator wrapped around a ResultObjectProvider.
ResultObjectProviderIterator(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
Constructor.
retainAll(Collection) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
retainAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
retainAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
retainAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
retainAll(Collection) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
revert(File, boolean) - Static method in class org.apache.openjpa.lib.util.Files
Revert the given backup file to the original location.
rollback() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
rollback(Savepoint) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
rowDeleted() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
rowInserted() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
rowUpdated() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 

S

save(OutputStream, String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
SECONDS - Static variable in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
serialize(int) - Method in interface org.apache.openjpa.lib.meta.MetaDataSerializer
Serialize the current set of objects to the files from which they were parsed.
serialize(Map, int) - Method in interface org.apache.openjpa.lib.meta.MetaDataSerializer
Serialize the current set of objects to the files from which they were parsed.
serialize(File, int) - Method in interface org.apache.openjpa.lib.meta.MetaDataSerializer
Serialize the current set of objects to the given file.
serialize(Writer, int) - Method in interface org.apache.openjpa.lib.meta.MetaDataSerializer
Serialize the current set of objects to the given stream.
serialize(int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
 
serialize(Map, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
 
serialize(File, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
 
serialize(Writer, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
 
serialize(Result, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Serialize the current set of objects to the given result.
serialize(ContentHandler, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Serilize the current set of objects to a series of SAX events on the given handler.
serialize(Collection) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Serialize the given set of objects.
serializeProperties(Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
Turn a set of properties into a comma-separated string.
Services - Class in org.apache.openjpa.lib.util
Utility classes to locate services, as defined in the Jar File Specification.
Services() - Constructor for class org.apache.openjpa.lib.util.Services
 
set(boolean) - Method in class org.apache.openjpa.lib.conf.BooleanValue
The internal value.
set(double) - Method in class org.apache.openjpa.lib.conf.DoubleValue
The internal value.
set(File) - Method in class org.apache.openjpa.lib.conf.FileValue
The internal value.
set(int) - Method in class org.apache.openjpa.lib.conf.IntValue
The internal value.
set(Object) - Method in class org.apache.openjpa.lib.conf.ObjectValue
The internal value.
set(Object, boolean) - Method in class org.apache.openjpa.lib.conf.ObjectValue
The internal value.
set(Object, boolean) - Method in class org.apache.openjpa.lib.conf.PluginValue
 
set(String[]) - Method in class org.apache.openjpa.lib.conf.StringListValue
The internal value.
set(String) - Method in class org.apache.openjpa.lib.conf.StringValue
The internal value.
set(int, Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
set(int, Object) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
setAddWhitespaceAfterDelimiter(boolean) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, this properties object will add a space after the delimiter character(if the delimiter is not the space character).
setAlias(String, String) - Method in class org.apache.openjpa.lib.conf.Value
Replaces an existing alias, or adds the given alias to the front of the alias list if it does not already exist.
setAlias(String, String, String[]) - Method in class org.apache.openjpa.lib.conf.Value
Set an alias into a current alias list, returning the new list.
setAliases(String[]) - Method in class org.apache.openjpa.lib.conf.Value
Aliases for the value in the form key1, value1, key2, value2, ...
setAliasListComprehensive(boolean) - Method in class org.apache.openjpa.lib.conf.Value
Whether or not the alias list defines all possible settings for this value.
setAllowDuplicates(boolean) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, duplicate properties are allowed, and the last property setting in the input will overwrite any previous settings.
setArray(int, Array) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setArray(int, Array) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setAutoCommit(Boolean) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
Whether auto commit should be on.
setAutoCommit(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBigDecimal(String, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setBlob(int, Blob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBlob(int, Blob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setBoolean(int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBoolean(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBoolean(int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setBraceAtSameTabLevel(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place braces at the same tab level as the code within the block.
setBraceOnSameLine(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place opening braces on the same line as the block declaration, or on the next line.
setByte(int, byte) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setByte(String, byte) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setByte(int, byte) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setBytes(int, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBytes(String, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setBytes(int, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setCaching(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether parsed resource names are cached to avoid duplicate parsing.
setCatalog(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setChannel(String) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
setCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
The class loader with which to load parsed classes.
setClassLoader(ClassLoader) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
The classloader to use to resolve resources, or null for impl-defined default.
setClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Classloader to use for class name resolution.
setClassLoaders(MultiClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Set the class loaders of this loader to those of the given loader.
setClassName(String) - Method in class org.apache.openjpa.lib.conf.PluginValue
The plugin class name.
setClassNames(String[]) - Method in class org.apache.openjpa.lib.conf.PluginListValue
The plugin class names.
setClasspath(Path) - Method in class org.apache.openjpa.lib.ant.AbstractTask
 
setClauseIndent(String) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
setClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setComments(String[]) - Method in interface org.apache.openjpa.lib.xml.Commentable
Set comments.
setConfiguration(Configuration) - Method in interface org.apache.openjpa.lib.conf.Configurable
Invoked prior to setting bean properties.
setCursorName(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setCursorName(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setCursorName(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
setDate(int, Date) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setDate(String, Date) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setDate(int, Date) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setDefault(String) - Method in class org.apache.openjpa.lib.conf.Value
The default value for the propert as a string.
setDefaultEntryDelimiter(char) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
The character to use as a delimiter between property keys and values.
setDefaultLevel(String) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
The string name of the default level for unconfigured log channels; used for automatic configuration.
setDefaultLevel(short) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
The default level for unconfigured log channels.
setDiagnosticContext(String) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
A string to prefix all log messages with.
setDocumentLocator(Locator) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
setDouble(int, double) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setDouble(String, double) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setDouble(int, double) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setDoubleSpace(boolean) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
If true, then output two lines after multi-line statements.
setEscapeProcessing(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
setFetchDirection(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setFetchDirection(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setFetchDirection(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
setFetchDirection(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
setFetchSize(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setFetchSize(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setFetchSize(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
setFetchSize(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
setFile(String) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
The stream to write to.
setFloat(int, float) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setFloat(String, float) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setFloat(int, float) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setFromCmdLine(String[]) - Method in class org.apache.openjpa.lib.util.Options
Parses the given argument list into flag/value pairs, which are stored as properties.
setHaltOnError(boolean) - Method in class org.apache.openjpa.lib.ant.AbstractTask
Set whether we want the task to ignore all errors.
setHoldability(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setInsertTimestamp(boolean) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
If set to true, this properties object will add a timestamp to the beginning of the file, just after the header (if any) is printed.
setInstantiatingGetter(String) - Method in class org.apache.openjpa.lib.conf.Value
The name of the getter method for the instantiated value of this property(as opposed to the string value).
setInt(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setInt(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setInt(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.BooleanValue
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.DoubleValue
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.FileValue
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.IntValue
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.ObjectValue
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.StringListValue
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.StringValue
 
setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.Value
Set this value from an object.
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.BooleanValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.DoubleValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.FileValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.IntValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.ObjectValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.PluginListValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.PluginValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.StringListValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.StringValue
 
setInternalString(String) - Method in class org.apache.openjpa.lib.conf.Value
Set this value from the given string.
setInto(Configuration) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
Set loaded information into the given configuration.
setInto(Options) - Method in interface org.apache.openjpa.lib.conf.GenericConfigurable
Perform any generic configuration based on the data in opts.
setInto(Configuration) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
 
setInto(Configuration, Log) - Method in class org.apache.openjpa.lib.conf.MapConfigurationProvider
Set properties into configuration.
setInto(Options) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
 
setInto(Object) - Method in class org.apache.openjpa.lib.util.Options
This method uses reflection to set all the properties in the given object that are named by the keys in this map.
setIsolate(boolean) - Method in class org.apache.openjpa.lib.ant.AbstractTask
Whether we want the ClassLoader to be isolated from all other ClassLoaders
setJDBCLog(Log) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
The log to write JDBC messages to.
setLevel(short) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The lexical handler that should be registered with the SAX parser used by this class.
setLineLength(int) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
setLinesBetweenSections(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
The number of empty lines between sections.
setListener(ValueListener) - Method in class org.apache.openjpa.lib.conf.Value
Listener for value changes.
setLoadKey(String) - Method in class org.apache.openjpa.lib.conf.Value
The key under which this value was loaded, or null.
setLocation(Location) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The XML document location.
setLocator(Locator) - Method in class org.apache.openjpa.lib.xml.Location
 
setLog(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
Log plugin setting.
setLog(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
setLog(Log) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
The log to write to.
setLog(Log) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
The log to write to.
setLogFactory(LogFactory) - Method in interface org.apache.openjpa.lib.conf.Configuration
The log factory.
setLogFactory(LogFactory) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
setLoginTimeout(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
setLong(int, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setLong(String, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setLong(int, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setMaxFieldSize(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
setMaxRows(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setMaxRows(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setMaxRows(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
setMaxSize(int) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
 
setMaxSize(int) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
setMaxSize(int) - Method in class org.apache.openjpa.lib.util.LRUMap
 
setMaxSize(int) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
setMaxSize(int) - Method in interface org.apache.openjpa.lib.util.SizedMap
The maximum number of entries, or Integer.MAX_VALUE for no limit.
setMetaDataStructure(String, String, String[], String) - Method in class org.apache.openjpa.lib.meta.ClassArgParser
Set the the relevant metadata file structure so that metadata files containing class names can be parsed.
setMultiLine(boolean) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
If true, then try to parse multi-line SQL statements.
setNewline(String) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
setNull(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setNull(int, int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setNull(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setNull(String, int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setNull(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setNullOnNoLocator(boolean) - Method in class org.apache.openjpa.lib.xml.Location
 
setObject(Object) - Method in class org.apache.openjpa.lib.conf.Value
Set this value as an object.
setObject(int, Object, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setObject(int, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setObject(String, Object, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setObject(String, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setObject(String, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setObject(int, Object, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setObject(int, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setPackage(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
The default package for objects being serialized.
setParameter(String, Object) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Set the value for the given parameter.
setParameters(Map) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Set the values for all the parameters in the given map.
setParseComments(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether to parse element comments.
setParseText(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether to parse element text.
setPrettyPrint(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
If set to true, pretty-print SQL by running it through SQLFormatter.prettyPrint(java.lang.Object).
setPrettyPrintLineLength(int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
The number of characters to print per line when pretty-printing of SQL is enabled.
setProductName(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
Set the product name.
setProductName(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
setProperties(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
This method loads the named resource as a properties file.
setProperties(String[]) - Method in class org.apache.openjpa.lib.conf.PluginListValue
The plugin properties.
setProperties(String) - Method in class org.apache.openjpa.lib.conf.PluginValue
The plugin properties.
setPropertiesFile(File) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
This method loads the named file as a properties file.
setProperty(String) - Method in class org.apache.openjpa.lib.conf.Value
The property name that will be used when setting or getting this value in a Map.
setProperty(String, String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
setProperty(String, String) - Method in class org.apache.openjpa.lib.util.TypedProperties
Overrides Properties.setProperty(String,String) to remove the key if the given value is null.
setProperty(String, boolean) - Method in class org.apache.openjpa.lib.util.TypedProperties
Set the given key to a string version of the given value.
setProperty(String, double) - Method in class org.apache.openjpa.lib.util.TypedProperties
Set the given key to a string version of the given value.
setProperty(String, float) - Method in class org.apache.openjpa.lib.util.TypedProperties
Set the given key to a string version of the given value.
setProperty(String, int) - Method in class org.apache.openjpa.lib.util.TypedProperties
Set the given key to a string version of the given value.
setProperty(String, long) - Method in class org.apache.openjpa.lib.util.TypedProperties
Set the given key to a string version of the given value.
setQueryTimeout(int) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
The number of seconds to wait for a query to execute before terminating it.
setQueryTimeout(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setQueryTimeout(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setQueryTimeout(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
setReadOnly(boolean) - Method in interface org.apache.openjpa.lib.conf.Configuration
Lock down the configuration's state.
setReadOnly(boolean) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
setReadOnly(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setRef(int, Ref) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setRef(int, Ref) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setSavepoint() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setSavepoint(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setScope(Class) - Method in class org.apache.openjpa.lib.conf.Value
A class defining the scope in which this value is defined.
setScoreBeforeFieldName(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place an underscore before private field names.
setShort(int, short) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setShort(String, short) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setShort(int, short) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setSourceIsSystemId(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether to use the source name as the XML system id.
setSpaceBeforeParen(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place a space before parentheses.
setSpaceInParen(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
Whether to place a space within parentheses.
setSQLLog(Log) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
The log to write SQL messages to.
setStream(PrintStream) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
The stream to write to.
setString(String) - Method in class org.apache.openjpa.lib.conf.PluginListValue
Override to recognize aliases of the plugin name without the attached properties string.
setString(String) - Method in class org.apache.openjpa.lib.conf.PluginValue
 
setString(String) - Method in class org.apache.openjpa.lib.conf.Value
Set this value from the given string.
setString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setString(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setSuffix(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Expected suffix for metadata resources, or null if unknown.
setTabSpaces(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
The number of spaces to use for tabs; 0 means to use actual tab characters.
setTime(int, Time) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTime(String, Time) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTime(int, Time) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTimestamp(String, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setTrackParameters(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
Whether to track parameters for the purposes of reporting exceptions.
setTransactionIsolation(int) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
The transaction isolation level.
setTransactionIsolation(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setTypeMap(Map) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
setUnicodeStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setUnicodeStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setURL(int, URL) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setURL(String, URL) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
setURL(int, URL) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
setUseParentClassloader(boolean) - Method in class org.apache.openjpa.lib.ant.AbstractTask
Whether we want to delegate to the parent ClassLoader for resolveing classes.
setValidating(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Whether this is a validating parser.
setValue(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
 
setWarningAction(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
What to do with SQL warnings.
setWarningHandler(LoggingConnectionDecorator.SQLWarningHandler) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
What to do with SQL warnings.
setWrapIndent(String) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
 
signal() - Method in interface org.apache.openjpa.lib.util.concurrent.Condition
Wakes up one waiting thread.
signal(WaitQueue.QueuedSync) - Method in class org.apache.openjpa.lib.util.concurrent.WaitQueue.WaitNode
 
signalAll() - Method in interface org.apache.openjpa.lib.util.concurrent.Condition
Wakes up all waiting threads.
SimpleRegex - Class in org.apache.openjpa.lib.util
Allows for simple regex style testing of strings.
SimpleRegex(String, boolean) - Constructor for class org.apache.openjpa.lib.util.SimpleRegex
 
SimpleResultList - Class in org.apache.openjpa.lib.rop
An almost stateless ResultList designed for use with result object providers backed by efficient random-access data structures, such as the ListResultObjectProvider.
SimpleResultList(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.SimpleResultList
 
size() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
size() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
size() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
size() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
size() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
size() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
size() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Return the number of items in the input, or Integer.MAX_VALUE if the size in unknown.
size() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
size() - Method in class org.apache.openjpa.lib.rop.WindowResultList
 
size() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
size() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue
Returns the number of elements in this queue.
size() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this Map.
size() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
size() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
size() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Returns the number of elements in this set.
size() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
Return the number of internal class loaders.
size() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
SizedMap - Interface in org.apache.openjpa.lib.util
A Map type that maintains a maximum size, automatically removing entries when the maximum is exceeded.
skip(long) - Method in class org.apache.openjpa.lib.xml.DocTypeReader
 
sleep(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Performs a Thread.sleep using this unit.
SOFT - Static variable in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
Soft reference marker.
SOFT - Static variable in class org.apache.openjpa.lib.util.ReferenceHashSet
Soft reference marker.
SOFT - Static variable in interface org.apache.openjpa.lib.util.ReferenceMap
 
SoftRandomAccessResultList - Class in org.apache.openjpa.lib.rop
Specialization of the RandomAccessResultList that only maintains soft references to instantiated objects.
SoftRandomAccessResultList(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.SoftRandomAccessResultList
 
SourceTracker - Interface in org.apache.openjpa.lib.meta
Interface that can optionally be implemented by metadata to include the source file from which the metadata was originally parsed.
SourceTrackers - Class in org.apache.openjpa.lib.meta
Utility class for performing common operations on SourceTrackers.
SourceTrackers() - Constructor for class org.apache.openjpa.lib.meta.SourceTrackers
 
SQLFormatter - Class in org.apache.openjpa.lib.jdbc
Converts single-line SQL strings into nicely-formatted multi-line, indented statements.
SQLFormatter() - Constructor for class org.apache.openjpa.lib.jdbc.SQLFormatter
 
SRC_ANNOTATIONS - Static variable in interface org.apache.openjpa.lib.meta.SourceTracker
 
SRC_OTHER - Static variable in interface org.apache.openjpa.lib.meta.SourceTracker
 
SRC_XML - Static variable in interface org.apache.openjpa.lib.meta.SourceTracker
 
startCDATA() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
startClass(String, Attributes) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Start a class.
startClassElement(String, Attributes) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the start of an element within a declared class.
startConfiguration() - Method in interface org.apache.openjpa.lib.conf.Configurable
Invoked before bean property configuration is begun on this object.
startDTD(String, String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
startElement(String, Attributes) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
 
startElement(String, String, String, Attributes) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
startElement(String, Attributes) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
Override this method marking the start of some element.
startElement(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
Start an element with the current attribute settings.
startEntity(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
startPackage(String, Attributes) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Start a package.
startPackageElement(String, Attributes) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the start of an element within a declared package.
startSystemElement(String, Attributes) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
Override this method marking the start of an element outside of any package or class.
STDERR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
STDOUT - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
store(OutputStream, String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
 
storesLowerCaseIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
StringDistance - Class in org.apache.openjpa.lib.util
Utilities for calculating string distance.
StringDistance() - Constructor for class org.apache.openjpa.lib.util.StringDistance
 
StringListValue - Class in org.apache.openjpa.lib.conf
A comma-separated list of string values.
StringListValue(String) - Constructor for class org.apache.openjpa.lib.conf.StringListValue
 
StringValue - Class in org.apache.openjpa.lib.conf
A string Value.
StringValue(String) - Constructor for class org.apache.openjpa.lib.conf.StringValue
 
subList(int, int) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
 
subList(int, int) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
SuffixMetaDataFilter - Class in org.apache.openjpa.lib.meta
Filters metadata iteration based on resource name suffix.
SuffixMetaDataFilter(String) - Constructor for class org.apache.openjpa.lib.meta.SuffixMetaDataFilter
Constructor; supply suffix to match against.
supportsAlterTableWithAddColumn() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsConvert() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsNamedParameters() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsRandomAccess() - Method in class org.apache.openjpa.lib.rop.ListResultObjectProvider
 
supportsRandomAccess() - Method in class org.apache.openjpa.lib.rop.MergedResultObjectProvider
 
supportsRandomAccess() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
 
supportsRandomAccess() - Method in interface org.apache.openjpa.lib.rop.ResultObjectProvider
Return true if this provider supports random access.
supportsResultSetConcurrency(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsStatementPooling() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsUnion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
SYSTEM_LOADER - Static variable in class org.apache.openjpa.lib.util.MultiClassLoader
The standard system class loader.

T

tab() - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
tab(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
takeOver(WaitQueue.WaitNode) - Method in interface org.apache.openjpa.lib.util.concurrent.WaitQueue.QueuedSync
 
TemporaryClassLoader - Class in org.apache.openjpa.lib.util
ClassLoader implementation that allows classes to be temporarily loaded and then thrown away.
TemporaryClassLoader(ClassLoader) - Constructor for class org.apache.openjpa.lib.util.TemporaryClassLoader
 
THREAD_LOADER - Static variable in class org.apache.openjpa.lib.util.MultiClassLoader
Marker that will be replaced with the context loader of the current thread whenever it is discovered in the class loader list.
throwsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
Append the given value to the internal buffer.
timedJoin(Thread, long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Performs a timed Thread.join using this time unit.
timedWait(Object, long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Performs a timed Object.wait using this time unit.
TimeUnit - Class in org.apache.openjpa.lib.util.concurrent
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
toArray() - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
toArray(Object[]) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
 
toArray() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
toArray(Object[]) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
 
toArray() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
toArray(Object[]) - Method in class org.apache.openjpa.lib.rop.ListResultList
 
toArray() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
toArray(Object[]) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet
 
toArray() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
toArray(Object[]) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
 
toArray() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
toArray(Object[]) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
toArray() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set.
toArray(Object[]) - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArraySet
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
toArray(Object[]) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
 
toDays(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Equivalent to DAYS.convert(duration, this).
toHours(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Equivalent to HOURS.convert(duration, this).
toMicros(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Equivalent to MICROSECONDS.convert(duration, this).
toMillis(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Equivalent to MILLISECONDS.convert(duration, this).
toMinutes(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Equivalent to MINUTES.convert(duration, this).
toNanos(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Equivalent to NANOSECONDS.convert(duration, this).
toProperties(boolean) - Method in interface org.apache.openjpa.lib.conf.Configuration
A properties representation of this Configuration.
toProperties(boolean) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
toSeconds(long) - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
Equivalent to SECONDS.convert(duration, this).
toString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
toString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
 
toString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
toString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
 
toString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
toString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
toString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
toString() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
toString() - Method in class org.apache.openjpa.lib.util.CodeFormat
Return the internal buffer as a string.
toString() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
 
toString() - Method in class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList
 
toString() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Returns a string identifying this lock, as well as its lock state.
toString() - Method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
toString() - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Return a copy of the internal value template with all parameters substituted with their current values.
toXMLName(String) - Static method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Convert propName to a lowercase-with-hyphens-style string.
trace(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
trace(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
TRACE - Static variable in interface org.apache.openjpa.lib.log.Log
 
trace(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.TRACE level with the stringification of o as the body of the message.
trace(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.TRACE level with the stringification of o as the body of the message, also outputting t to the log.
trace(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
trace(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
TRACE_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
transferStackTrace(Throwable, Throwable) - Static method in class org.apache.openjpa.lib.util.JavaVersions
Transfer the stack from one throwable to another, or return false if it cannot be done, possibly due to an unsupported Java version.
tryLock() - Method in interface org.apache.openjpa.lib.util.concurrent.Lock
Acquires the lock only if it is free at the time of invocation.
tryLock(long, TimeUnit) - Method in interface org.apache.openjpa.lib.util.concurrent.Lock
Acquires the lock if it is free within the given waiting time and the current thread has not been interrupted.
tryLock() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Acquires the lock only if it is not held by another thread at the time of invocation.
tryLock(long, TimeUnit) - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Acquires the lock if it is not held by another thread within the given waiting time and the current thread has not been interrupted.
TypedProperties - Class in org.apache.openjpa.lib.util
A specialization of the Properties map type with added convenience methods to retrieve and set options as primitive values.
TypedProperties() - Constructor for class org.apache.openjpa.lib.util.TypedProperties
Default constructor.
TypedProperties(Properties) - Constructor for class org.apache.openjpa.lib.util.TypedProperties
Construct the properties instance with the given set of defaults.

U

unalias(String) - Method in class org.apache.openjpa.lib.conf.Value
Unalias the given setting.
unalias(String, String[], boolean) - Method in class org.apache.openjpa.lib.conf.Value
Unalias the given setting.
unlock() - Method in interface org.apache.openjpa.lib.util.concurrent.Lock
Releases the lock.
unlock() - Method in class org.apache.openjpa.lib.util.concurrent.ReentrantLock
Attempts to release this lock.
updateArray(int, Array) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateArray(String, Array) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBlob(int, Blob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBlob(String, Blob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateByte(int, byte) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateByte(String, byte) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateClob(String, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateDate(int, Date) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateDate(String, Date) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateDouble(int, double) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateDouble(String, double) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateFloat(int, float) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateFloat(String, float) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateInt(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateInt(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateLong(int, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateLong(String, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateNull(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateNull(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateObject(int, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateObject(String, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateObject(String, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateRef(int, Ref) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateRef(String, Ref) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updatesAreDetected(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
updateShort(int, short) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateShort(String, short) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateString(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateTime(int, Time) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateTime(String, Time) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
URLMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over the metadata resource represented by a URL.
URLMetaDataIterator(URL) - Constructor for class org.apache.openjpa.lib.meta.URLMetaDataIterator
Constructor; supply resource URL.
useParent - Variable in class org.apache.openjpa.lib.ant.AbstractTask
 
usesLocalFilePerTable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
 
Utils - Class in org.apache.openjpa.lib.util.concurrent
This class groups together the functionality of java.util.concurrent that cannot be fully and reliably implemented in backport, but for which some form of emulation is possible.
UUIDGenerator - Class in org.apache.openjpa.lib.util
UUID value generator.
UUIDGenerator() - Constructor for class org.apache.openjpa.lib.util.UUIDGenerator
 

V

ValidatingErrorHandler - Class in org.apache.openjpa.lib.xml
ErrorHandler implementation which overrides the default behavior of ignoring parse errors to throw a SAXException instead.
ValidatingErrorHandler() - Constructor for class org.apache.openjpa.lib.xml.ValidatingErrorHandler
 
Value - Class in org.apache.openjpa.lib.conf
A configuration value.
Value() - Constructor for class org.apache.openjpa.lib.conf.Value
Default constructor.
Value(String) - Constructor for class org.apache.openjpa.lib.conf.Value
Constructor.
valueChanged(Value) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
 
valueChanged() - Method in class org.apache.openjpa.lib.conf.Value
Subclasses should call this method when their inernal value changes.
valueChanged(Value) - Method in interface org.apache.openjpa.lib.conf.ValueListener
Callback used by Value objects to notify listener of change.
valueExpired(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
 
valueExpired(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
 
valueExpired(Object) - Method in interface org.apache.openjpa.lib.util.ReferenceMap
Overridable callback for when a value reference expires.
ValueListener - Interface in org.apache.openjpa.lib.conf
Components can listen on Value objects for changes directly.
values() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
Returns a collection view of the values contained in this map.
values() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this HashMap.
values() - Static method in class org.apache.openjpa.lib.util.concurrent.TimeUnit
 
VERBOSE - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
 
VERSION - Static variable in class org.apache.openjpa.lib.util.JavaVersions
Java version; one of 2, 3, 4, 5, 6, or 7.

W

WaitQueue - Class in org.apache.openjpa.lib.util.concurrent
Base class for internal queue classes for semaphores, etc.
WaitQueue() - Constructor for class org.apache.openjpa.lib.util.concurrent.WaitQueue
 
WaitQueue.QueuedSync - Interface in org.apache.openjpa.lib.util.concurrent
 
WaitQueue.WaitNode - Class in org.apache.openjpa.lib.util.concurrent
 
WaitQueue.WaitNode() - Constructor for class org.apache.openjpa.lib.util.concurrent.WaitQueue.WaitNode
 
warn(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
 
warn(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
 
WARN - Static variable in interface org.apache.openjpa.lib.log.Log
 
warn(Object) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.WARN level with the stringification of o as the body of the message, also outputting t to the log.
warn(Object, Throwable) - Method in interface org.apache.openjpa.lib.log.Log
Write out a log message at the Log.WARN level with the stringification of o as the body of the message, also outputting t to the log.
warn(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
 
warn(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
 
WARN_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
 
warning(SAXParseException) - Method in class org.apache.openjpa.lib.xml.ValidatingErrorHandler
 
wasNull() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
 
wasNull() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
 
WEAK - Static variable in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
Weak reference marker.
WEAK - Static variable in class org.apache.openjpa.lib.util.ReferenceHashSet
Weak reference marker.
WEAK - Static variable in interface org.apache.openjpa.lib.util.ReferenceMap
 
WindowResultList - Class in org.apache.openjpa.lib.rop
ResultList implementation that uses a forward-scrolling window of results.
WindowResultList(ResultObjectProvider) - Constructor for class org.apache.openjpa.lib.rop.WindowResultList
 
WindowResultList(ResultObjectProvider, int) - Constructor for class org.apache.openjpa.lib.rop.WindowResultList
 
wrapResult(ResultSet, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
 
wrapResult(ResultSet, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
 
write(BCClass) - Method in interface org.apache.openjpa.lib.util.BytecodeWriter
 
write(OutputStream) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Write the internal value template with all parameters substituted with their current values.
write(Writer) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Write the internal value template with all parameters substituted with their current values.
write(File) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
Write the internal value template with all parameters substituted with their current values.
write(char[], int, int) - Method in class org.apache.openjpa.lib.xml.XMLWriter
 
write(String, int, int) - Method in class org.apache.openjpa.lib.xml.XMLWriter
 
write(int) - Method in class org.apache.openjpa.lib.xml.XMLWriter
 
writeExternal(ObjectOutput) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
Implementation of the Externalizable interface to write the properties returned by ConfigurationImpl.toProperties(boolean).
writeReplace() - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
 
writeReplace() - Method in class org.apache.openjpa.lib.rop.ListResultList
 
writeReplace() - Method in class org.apache.openjpa.lib.rop.RandomAccessResultList
 
writeReplace() - Method in class org.apache.openjpa.lib.rop.SimpleResultList
 
writeReplace() - Method in class org.apache.openjpa.lib.rop.WindowResultList
 

X

XMLFactory - Class in org.apache.openjpa.lib.xml
The XMLFactory produces validating and non-validating DOM level 2 and SAX level 2 parsers and XSL transformers through JAXP.
XMLFactory() - Constructor for class org.apache.openjpa.lib.xml.XMLFactory
 
XMLMetaDataParser - Class in org.apache.openjpa.lib.meta
Custom SAX parser used by the system to quickly parse metadata files.
XMLMetaDataParser() - Constructor for class org.apache.openjpa.lib.meta.XMLMetaDataParser
 
XMLMetaDataSerializer - Class in org.apache.openjpa.lib.meta
Abstract base type for serlializers that transfer groups of objects to XML.
XMLMetaDataSerializer() - Constructor for class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
 
XMLWriter - Class in org.apache.openjpa.lib.xml
The XMLWriter is a writer type for pretty-printing XML.
XMLWriter(Writer) - Constructor for class org.apache.openjpa.lib.xml.XMLWriter
Construct an XMLWriter that will write to the given stream.

Z

ZipFileMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over all metadata resources in a given zip file.
ZipFileMetaDataIterator(URL, MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
Constructor; supply zip/jar URL and optional file filter.
ZipFileMetaDataIterator(ZipFile, MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.ZipFileMetaDataIterator
Constructor; supply zip file and optional file filter.
ZipStreamMetaDataIterator - Class in org.apache.openjpa.lib.meta
Iterator over all metadata resources in a given zip input stream.
ZipStreamMetaDataIterator(ZipInputStream, MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.ZipStreamMetaDataIterator
Constructor; supply zip stream and optional metadata filter.

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Copyright © 2006 Apache Software Foundation. All Rights Reserved.