A B C D E F G H I J K L M N O P R S T U V W X Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Executor) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- absolute(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- absolute(int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- 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.
- AbstractCollectionDecorator<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
Collection
to provide additional behaviour. - AbstractCollectionDecorator() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractCollectionDecorator(Collection<E>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
-
Constructor that wraps (not copies).
- 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.
- AbstractDualBidiMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Abstract
BidiMap
implemented using two maps. - AbstractDualBidiMap() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Creates an empty map, initialised by
createMap
. - AbstractDualBidiMap(Map<K, V>, Map<V, K>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Creates an empty map using the two maps specified as storage.
- AbstractDualBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Constructs a map that decorates the specified maps, used by the subclass
createBidiMap
implementation. - AbstractDualBidiMap.BidiMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Inner class MapIterator.
- AbstractDualBidiMap.EntrySet<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Inner class EntrySet.
- AbstractDualBidiMap.EntrySetIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Inner class EntrySetIterator.
- AbstractDualBidiMap.KeySet<K> - Class in org.apache.openjpa.lib.util.collections
-
Inner class KeySet.
- AbstractDualBidiMap.KeySetIterator<K> - Class in org.apache.openjpa.lib.util.collections
-
Inner class KeySetIterator.
- AbstractDualBidiMap.MapEntry<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Inner class MapEntry.
- AbstractDualBidiMap.Values<V> - Class in org.apache.openjpa.lib.util.collections
-
Inner class Values.
- AbstractDualBidiMap.ValuesIterator<V> - Class in org.apache.openjpa.lib.util.collections
-
Inner class ValuesIterator.
- AbstractDualBidiMap.View<K,V,E> - Class in org.apache.openjpa.lib.util.collections
-
Inner class View.
- AbstractEmptyMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provides an implementation of an empty map iterator.
- AbstractEmptyMapIterator() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractEmptyMapIterator
-
Create a new AbstractEmptyMapIterator.
- AbstractHashedMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
- AbstractHashedMap() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Constructor only used in deserialization, do not use otherwise.
- AbstractHashedMap(int) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Constructs a new, empty map with the specified initial capacity and default load factor.
- AbstractHashedMap(int, float) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- AbstractHashedMap(int, float, int) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractHashedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Constructor copying elements from another map.
- AbstractHashedMap.EntrySet<K,V> - Class in org.apache.openjpa.lib.util.collections
-
EntrySet implementation.
- AbstractHashedMap.EntrySetIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
EntrySet iterator.
- AbstractHashedMap.HashEntry<K,V> - Class in org.apache.openjpa.lib.util.collections
-
HashEntry used to store the data.
- AbstractHashedMap.HashIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Base Iterator
- AbstractHashedMap.HashMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
MapIterator implementation.
- AbstractHashedMap.KeySet<K> - Class in org.apache.openjpa.lib.util.collections
-
KeySet implementation.
- AbstractHashedMap.KeySetIterator<K> - Class in org.apache.openjpa.lib.util.collections
-
KeySet iterator.
- AbstractHashedMap.Values<V> - Class in org.apache.openjpa.lib.util.collections
-
Values implementation.
- AbstractHashedMap.ValuesIterator<V> - Class in org.apache.openjpa.lib.util.collections
-
Values iterator.
- AbstractInstrument - Class in org.apache.openjpa.lib.instrumentation
-
Provides a base for creating instruments.
- AbstractInstrument() - Constructor for class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- AbstractInstrumentationProvider - Class in org.apache.openjpa.lib.instrumentation
-
Specialized instrumentation providers can extend this class to get basic provider state and capabilities.
- AbstractInstrumentationProvider() - Constructor for class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- AbstractIterableMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provide a basic
IterableMap
implementation. - AbstractIterableMap() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractIterableMap
- AbstractIteratorDecorator<E> - Class in org.apache.openjpa.lib.util.collections
-
Provides basic behaviour for decorating an iterator with extra functionality.
- AbstractIteratorDecorator(Iterator<E>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractIteratorDecorator
-
Constructor that decorates the specified iterator.
- 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
- AbstractKeyValue<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Abstract pair class to assist with creating
KeyValue
andMap.Entry
implementations. - AbstractKeyValue(K, V) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractKeyValue
-
Constructs a new pair with the specified key and given value.
- AbstractLinkedMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
An abstract implementation of a hash-based map that links entries to create an ordered map and which provides numerous points for subclasses to override.
- AbstractLinkedMap() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Constructor only used in deserialization, do not use otherwise.
- AbstractLinkedMap(int) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- AbstractLinkedMap(int, float) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- AbstractLinkedMap(int, float, int) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Constructor which performs no validation on the passed in parameters.
- AbstractLinkedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Constructor copying elements from another map.
- AbstractLinkedMap.EntrySetIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
EntrySet iterator.
- AbstractLinkedMap.KeySetIterator<K> - Class in org.apache.openjpa.lib.util.collections
-
KeySet iterator.
- AbstractLinkedMap.LinkEntry<K,V> - Class in org.apache.openjpa.lib.util.collections
-
LinkEntry that stores the data.
- AbstractLinkedMap.LinkIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Base Iterator that iterates in link order.
- AbstractLinkedMap.LinkMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
MapIterator implementation.
- AbstractLinkedMap.ValuesIterator<V> - Class in org.apache.openjpa.lib.util.collections
-
Values iterator.
- AbstractListDecorator<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
List
to provide additional behaviour. - AbstractListDecorator() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractListDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractListDecorator(List<E>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractListDecorator
-
Constructor that wraps (not copies).
- 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
- AbstractMapDecorator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provides a base decorator that enables additional functionality to be added to a Map via decoration.
- AbstractMapDecorator() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractMapDecorator(Map<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
-
Constructor that wraps (not copies).
- AbstractMapEntry<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Abstract Pair class to assist with creating correct
Map.Entry
implementations. - AbstractMapEntry(K, V) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractMapEntry
-
Constructs a new entry with the given key and given value.
- AbstractMapEntryDecorator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provides a base decorator that allows additional functionality to be added to a
Map.Entry
. - AbstractMapEntryDecorator(Map.Entry<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
-
Constructor that wraps (not copies).
- 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
- AbstractOrderedMapDecorator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provides a base decorator that enables additional functionality to be added to an OrderedMap via decoration.
- AbstractOrderedMapDecorator() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractOrderedMapDecorator(OrderedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
-
Constructor that wraps (not copies).
- AbstractProductDerivation - Class in org.apache.openjpa.lib.conf
-
Abstract no-op product derivation for easy extension.
- AbstractProductDerivation() - Constructor for class org.apache.openjpa.lib.conf.AbstractProductDerivation
- AbstractReferenceMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.
- AbstractReferenceMap() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Constructor used during deserialization.
- AbstractReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Constructs a new empty map with the specified reference types, load factor and initial capacity.
- AbstractReferenceMap.ReferenceEntry<K,V> - Class in org.apache.openjpa.lib.util.collections
-
A MapEntry implementation for the map.
- AbstractReferenceMap.ReferenceStrength - Enum in org.apache.openjpa.lib.util.collections
-
Reference type enum.
- AbstractResultList<E> - 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
- AbstractSerializableListDecorator<E> - Class in org.apache.openjpa.lib.util.collections
-
Serializable subclass of AbstractListDecorator.
- AbstractSerializableListDecorator(List<E>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractSerializableListDecorator
-
Constructor that wraps (not copies).
- AbstractSerializableSetDecorator<E> - Class in org.apache.openjpa.lib.util.collections
-
Serializable subclass of AbstractSetDecorator.
- AbstractSerializableSetDecorator(Set<E>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractSerializableSetDecorator
-
Constructor.
- AbstractSetDecorator<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
Set
to provide additional behaviour. - AbstractSetDecorator() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractSetDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSetDecorator(Set<E>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractSetDecorator
-
Constructor that wraps (not copies).
- AbstractSortedMapDecorator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provides a base decorator that enables additional functionality to be added to a Map via decoration.
- AbstractSortedMapDecorator() - Constructor for class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
-
Constructor only used in deserialization, do not use otherwise.
- AbstractSortedMapDecorator(SortedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
-
Constructor that wraps (not copies).
- AbstractSortedMapDecorator.SortedMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
OrderedMapIterator implementation.
- 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
- AbstractUntypedIteratorDecorator<I,O> - Class in org.apache.openjpa.lib.util.collections
-
Provides basic behaviour for decorating an iterator with extra functionality without committing the generic type of the Iterator implementation.
- AbstractUntypedIteratorDecorator(Iterator<I>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractUntypedIteratorDecorator
-
Create a new AbstractUntypedIteratorDecorator.
- acceptAction(ServerSocket) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for ServerSocket.accept().
- AccessScanner(int) - Constructor for class org.apache.openjpa.lib.util.TemporaryClassLoader.AccessScanner
- add(int, E) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- add(int, E) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- add(int, Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- add(E) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- add(E) - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
- add(E) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- add(E) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- add(E) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- add(E) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- add(E) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- add(Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- add(Object) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- add(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- add(Map.Entry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- addAll(int, Collection<? extends E>) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- addAll(int, Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- addAll(int, Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- addAll(Collection) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- addAll(Collection<? extends E>) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- addAll(Collection<? extends Map.Entry<K, V>>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- addAttribute(String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Add an attribute to the current group.
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- addBatch() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- addBatch(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- addBatch(String) - 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(int, ClassLoader) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Add the given class loader at the specified index.
- 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.
- 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(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Write the given entity's comments.
- addComments(String[]) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Add a comment to the stream.
- addComparator(Comparator<E>) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Add a Comparator to the end of the chain using the forward sort order
- addComparator(Comparator<E>, boolean) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Add a Comparator to the end of the chain using the given sort order
- addDecorator(ConnectionDecorator) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
Add a connection decorator.
- addDecorators(Collection<ConnectionDecorator>) - 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.
- addEdge(Edge) - Method in class org.apache.openjpa.lib.graph.Graph
-
Add an edge to the graph.
- addEntry(AbstractHashedMap.HashEntry<K, V>, int) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Adds an entry into this map.
- addEntry(AbstractHashedMap.HashEntry<K, V>, int) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Adds an entry into this map, maintaining insertion order.
- addEquivalentKey(String) - Method in class org.apache.openjpa.lib.conf.Value
-
Adds a moniker that is equivalent to the original property key used during construction.
- 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
- addGraphVisitor(GraphVisitor) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
-
add a
GraphVisitor
to be notified during breadth first search. - addInstrument(Instrument) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- addInstrument(Instrument) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Adds an instrument to this providers list of managed instruments.
- addInt(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Add the given value to the set of configuration properties.
- addIterator(Iterator<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.IteratorChain
-
Add an Iterator to the end of the chain
- 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.concurrent.AbstractConcurrentEventManager
-
Register an event listener.
- addListener(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
-
Add an event listener.
- addListener(ValueListener) - Method in class org.apache.openjpa.lib.conf.Value
-
Listener for value changes.
- 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
- addMapping(int, int, K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Adds a new key-value mapping into this map.
- addMapping(int, int, K, V) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Adds a new key-value mapping into this map.
- addNode(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Add a node to the graph.
- 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 class org.apache.openjpa.lib.conf.MapConfigurationProvider
- addProperties(Map<?, ?>) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
-
Add the given properties to those in this provider, overwriting any existing properties under the same keys.
- 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
- 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(T) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Add the given value to the set of configuration properties.
- addValue(T) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- after - Variable in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkEntry
-
The entry after this one in the order
- 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
- afterLast() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- 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.
- afterSpecificationSet(Configuration) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- afterSpecificationSet(Configuration) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Called after the specification has been set.
- afterSpecificationSet(Configuration) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Apply
ProductDerivation.afterSpecificationSet(org.apache.openjpa.lib.conf.Configuration)
callbacks to the the given instance. - 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(boolean) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(boolean) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- append(byte) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
- append(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Appends two bytes array into one.
- append(char) - 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.ParameterTemplate
-
Add the given value to the internal template.
- append(double) - 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.ParameterTemplate
-
Add the given value to the internal template.
- append(float) - 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.ParameterTemplate
-
Add the given value to the internal template.
- append(int) - 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.ParameterTemplate
-
Add the given value to the internal template.
- append(long) - 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.ParameterTemplate
-
Add the given value to the internal template.
- append(short) - 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.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.
- 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(Object) - 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.ParameterTemplate
-
Add the given value to the internal template.
- append(String) - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Add the given value to the internal template.
- APPEND - Static variable in interface org.apache.openjpa.lib.meta.MetaDataSerializer
- 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
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- appendInfo(StringBuffer) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- appendNames(String, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Append the names together while maintaining delimiters.
- appendNames(String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- appendNames(IdentifierRule, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Append the names together while maintaining delimiters.
- appendNames(IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- areEqual(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Compares two byte arrays for equality.
- asList() - Method in class org.apache.openjpa.lib.util.collections.LinkedMap
-
Gets an unmodifiable List view of the keys.
- assertChangeable() - Method in class org.apache.openjpa.lib.conf.Value
-
Asserts if this receiver can be changed.
- 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.
- 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. two-words instead of TwoWords). - autoCommitFailureClosesAllResultSets() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
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>~.
- BAR - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- Base16Encoder - Class in org.apache.openjpa.lib.util
-
Base 16 encoder.
- Base16Encoder() - Constructor for class org.apache.openjpa.lib.util.Base16Encoder
- BatchedResultObjectProvider - Interface in org.apache.openjpa.lib.rop
-
A provider for multiple result sets.
- before - Variable in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkEntry
-
The entry before this one in the order
- 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(Configuration) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Called as the first step of a Configuration's close() method.
- 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
- beforeConfigurationClose(Configuration) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- beforeConfigurationClose(Configuration) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Called before the given Configuration is closed.
- beforeConfigurationConstruct(ConfigurationProvider) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- beforeConfigurationConstruct(ConfigurationProvider) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Provides the instance with a callback to mutate the initial properties of the
ConfigurationProvider
. - beforeConfigurationConstruct(ConfigurationProvider) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Apply
ProductDerivation.beforeConfigurationConstruct(org.apache.openjpa.lib.conf.ConfigurationProvider)
callbacks to the the given instance. - beforeConfigurationLoad(Configuration) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- beforeConfigurationLoad(Configuration) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Provides the instance with the opportunity to mutate
conf
before the user configuration is applied. - beforeConfigurationLoad(Configuration) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Apply
ProductDerivation.beforeConfigurationLoad(org.apache.openjpa.lib.conf.Configuration)
callbacks to the the given instance. - 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
- beforeFirst() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- 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
- BidiMap<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a map that allows bidirectional lookup between key and values.
- BidiMapIterator(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
-
Constructor.
- BidiOrderedMapIterator(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
-
Constructor.
- BooleanValue - Class in org.apache.openjpa.lib.conf
-
A boolean
Value
. - BooleanValue(String) - Constructor for class org.apache.openjpa.lib.conf.BooleanValue
- BootstrapException - Exception in org.apache.openjpa.lib.conf
-
Exception recognized by
bootstrap
framework. - BootstrapException() - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
- BootstrapException(String) - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
- BootstrapException(String, Throwable) - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
- BootstrapException(Throwable) - Constructor for exception org.apache.openjpa.lib.conf.BootstrapException
- BoundedMap<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a map that is bounded in size.
- BreadthFirstWalk - Class in org.apache.openjpa.lib.graph
-
Performs a breadth-first walk of a given
Graph
, notifying visitors as it sees each node. - BreadthFirstWalk(Graph) - Constructor for class org.apache.openjpa.lib.graph.BreadthFirstWalk
- BROKER - org.apache.openjpa.lib.instrumentation.InstrumentationLevel
-
Start following broker/em initialization and stop when the broker/em is closed.
- buildDefaultValidatorFactoryAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for jakarta.validation.Validation.buildDefaultValidatorFactory().
- Bytes - Class in org.apache.openjpa.lib.util
-
This class came from the Apache Commons Id sandbox project in support of the UUIDGenerator implementation.
C
- calculateNewCapacity(int) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Calculates the new capacity of the map.
- calculateThreshold(int, float) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Calculates the new threshold of the map, where it will be resized.
- 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
- cancel() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- cancel() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- cancel() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- cancelRowUpdates() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- canRemove - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySetIterator
-
Whether remove is allowed at present
- canRemove - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.ValuesIterator
-
Whether remove is allowed at present
- canSplit(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components.
- canSplit(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- canSplit(String, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components, taking into account the specified delimiter.
- canSplit(String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- canSplit(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components.
- canSplit(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- canSplit(IdentifierRule, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name can be split into multiple components, taking into account the specified delimiter.
- canSplit(IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- capacity() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns the current capacity of backing table in this map.
- capitalize(String) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Capitalizes a String changing the first letter to title case as per
Character.toTitleCase(char)
. - CASE_LOWER - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- CASE_PRESERVE - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- CASE_UPPER - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- 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
- checkCapacity() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Checks the capacity of the map and enlarges it if necessary.
- 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.
- ClassAnnotationMetaDataFilter.MatchAnnotationScanner - Class in org.apache.openjpa.lib.meta
- 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
- ClassArgParser.ClassNameScanner - Class in org.apache.openjpa.lib.meta
- 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.
- ClassListValue - Class in org.apache.openjpa.lib.conf
- ClassListValue() - Constructor for class org.apache.openjpa.lib.conf.ClassListValue
- 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.
- ClassNameScanner(int) - Constructor for class org.apache.openjpa.lib.meta.ClassArgParser.ClassNameScanner
- 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.
- ClassUtil - Class in org.apache.openjpa.lib.util
-
Various helper methods to deal with Classes
- clear() - Method in class org.apache.openjpa.lib.graph.Graph
-
Clear the graph.
- 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 interface org.apache.openjpa.lib.util.Clearable
- clear() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Clear the internal code buffer.
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySet
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySet
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.Values
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Clears the map, resetting the size to zero and nullifying references to avoid garbage collection issues.
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- clear() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Clears this map.
- clear() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- clear() - Method in interface org.apache.openjpa.lib.util.collections.IterableMap
- clear() - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- clear() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Removes all mappings from this map.
- clear() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- clear() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- clear() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- clear() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- clear() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- 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.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.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.OrderedMap
- clear() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- Clearable - Interface in org.apache.openjpa.lib.util
-
Generic interface for components that can be cleared so that helpers can treat them in a generic way.
- 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.
- clearDeferredMetaData() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- clearLogParameters(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- 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.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- clearParameters() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- clearParameters() - Method in class org.apache.openjpa.lib.util.ParameterTemplate
-
Clear the recorded parameter values.
- clearTraversal() - Method in class org.apache.openjpa.lib.graph.Edge
-
Clear traversal info.
- clearTraversal() - Method in class org.apache.openjpa.lib.graph.Graph
-
Clear all nodes and edges of the bookkeeping information from their last traversal.
- 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)
andConfigurationImpl.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.collections.AbstractHashedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.openjpa.lib.util.collections.LinkedMap
-
Clones the map without cloning the keys or values.
- clone() - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Clones the map without cloning the keys or values.
- 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.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.jdbc.LoggingConnectionDecorator.LoggingConnection
- close() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- close() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
- close() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
- close() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Close the resources used by this iterator.
- 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.
- closeOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- closeOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- closeOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- 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
- combineFull(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(String, String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using the specified delimiting rule and appropriate separators
- combineNames(String, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(String, String[], String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using delimiting rules and appropriate separators
- combineNames(String, String[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(String, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines two names using delimiting rules and appropriate separators
- combineNames(String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(IdentifierConfiguration, String, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(IdentifierConfiguration, IdentifierRule, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(IdentifierConfiguration, IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(IdentifierConfiguration, IdentifierRule, IdentifierRule[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(IdentifierRule, String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using the specified delimiting rule and appropriate separators
- combineNames(IdentifierRule, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(IdentifierRule, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines two names using delimiting rules and appropriate separators
- combineNames(IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combineNames(IdentifierRule, IdentifierRule[], String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Combines names using delimiting rules and appropriate separators
- combineNames(IdentifierRule, IdentifierRule[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- combinePlugins(String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Return a plugin string that combines the properties of the given plugin strings, where properties of
override
will override the same properties oforig
. - 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.ConfiguringConnectionDecorator.ConfiguringConnection
- commit() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- commit() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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
- comparableComparator() - Static method in class org.apache.openjpa.lib.util.collections.ComparableComparator
-
Gets the singleton instance of a ComparableComparator.
- ComparableComparator<E extends Comparable<? super E>> - Class in org.apache.openjpa.lib.util.collections
-
A
Comparator
that comparesComparable
objects. - ComparableComparator() - Constructor for class org.apache.openjpa.lib.util.collections.ComparableComparator
-
Constructor whose use should be avoided.
- comparator() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- comparator() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- ComparatorChain<E> - Class in org.apache.openjpa.lib.util.collections
-
A ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
- ComparatorChain() - Constructor for class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Construct a ComparatorChain with no Comparators.
- ComparatorChain(Comparator<E>) - Constructor for class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Construct a ComparatorChain with a single Comparator, sorting in the forward order
- ComparatorChain(Comparator<E>, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Construct a Comparator chain with a single Comparator, sorting in the given order
- ComparatorChain(List<Comparator<E>>) - Constructor for class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Construct a ComparatorChain from the Comparators in the List.
- ComparatorChain(List<Comparator<E>>, BitSet) - Constructor for class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Construct a ComparatorChain from the Comparators in the given List.
- compare(E, E) - Method in class org.apache.openjpa.lib.util.collections.ComparableComparator
-
Compare the two
Comparable
arguments. - compare(E, E) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Perform comparisons on the Objects as per Comparator.compare(o1,o2).
- compareTo(byte[], byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Compares two byte arrays as specified by
Comparable
. - compareTo(Identifier) - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- ConcurrentHashMap - Class in org.apache.openjpa.lib.util.concurrent
-
This class implements a HashMap which has limited synchronization.
- 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(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(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(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
- 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(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Constructs a new, empty HashMap with a default capacity and load factor.
- ConcurrentReferenceHashMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, 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(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, 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(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, Map) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Constructs a new HashMap with the same mappings as the given Map.
- ConcurrentReferenceHashSet<E> - Class in org.apache.openjpa.lib.util.concurrent
-
A concurrent set whose values may be stored as weak or soft references.
- ConcurrentReferenceHashSet(AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
-
Construct a set with the given reference type.
- CONFIG_RESOURCE_ANCHOR - Static variable in class org.apache.openjpa.lib.conf.Configurations
- CONFIG_RESOURCE_PATH - Static variable in class org.apache.openjpa.lib.conf.Configurations
- 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
Configuration
s 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
- Configurations.Runnable - Interface in org.apache.openjpa.lib.conf
- configure(Object, Configuration) - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
Configure the given object.
- configure(Object, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
Configure the given object.
- configure(Object, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.PluginValue
-
Configure the given object.
- 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.
- ConfiguringConnection(Connection) - Constructor for class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
- 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
- ConfiguringConnectionDecorator.ConfiguringConnection - Class in org.apache.openjpa.lib.jdbc
-
Decorator to configure connection components correctly.
- ConnectionDecorator - Interface in org.apache.openjpa.lib.jdbc
-
A connection decorator can wrap
Connection
s 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.collections.AbstractCollectionDecorator
- contains(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet
- contains(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values
- contains(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySet
- contains(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySet
- contains(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.Values
- contains(Object) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- contains(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- contains(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- contains(String, char) - Static method in class org.apache.openjpa.lib.util.StringUtil
- 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.ReferenceHashSet
- containsAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- containsAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- containsAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- 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.collections.AbstractDualBidiMap
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Checks whether the map contains the specified key.
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Checks whether this map contains the a mapping for the specified key.
- 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.
- containsKey(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
- containsNode(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return true if the graph contains the given node.
- containsProperty(String, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Test whether the map contains the given partial key, prefixed with any possible configuration prefix.
- containsProperty(Value, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Test whether the map contains the given partial key, prefixed with any possible configuration prefix.
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Checks whether the map contains the specified value.
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Checks whether this map contains the a mapping for the specified value.
- 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.
- containsValue(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
- convert(IdentifierConfiguration, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Convert the string using this naming configuration to the supplied naming configuration.
- convert(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- convertFull(IdentifierConfiguration, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Converts a qualified string-based name defined using the base configuration to the specified configuration.
- convertFull(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- convertGitInfoToPCEnhancerVersion(String) - Static method in class org.apache.openjpa.lib.util.git.GitUtils
-
A public worker method that takes the output from running the ant script in the pom.xml that removes the trailing 'M' produced with builds that have uncommitted changes.
- convertKey(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Converts input keys to another object for storage in the map.
- copy(File, File) - Static method in class org.apache.openjpa.lib.util.Files
-
Copy a file.
- createArrayOf(String, Object[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- createBidiMap(Map<V, K>, Map<K, V>, BidiMap<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Creates a new instance of the subclass.
- createBidiMap(Map<V, K>, Map<K, V>, BidiMap<K, V>) - Method in class org.apache.openjpa.lib.util.collections.DualHashBidiMap
-
Creates a new instance of this object.
- createBidiMap(Map<V, K>, Map<K, V>, BidiMap<K, V>) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
-
Creates a new instance of this object.
- createBlob() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- createClasspath() - Method in class org.apache.openjpa.lib.ant.AbstractTask
- createClob() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- 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<K, V>, int, K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Creates an entry to store the key-value data.
- createEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Creates an entry to store the data.
- createEntry(AbstractHashedMap.HashEntry<K, V>, int, K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Creates a ReferenceEntry instead of a HashEntry.
- createEntry(AbstractHashedMap.HashEntry, int, Object, Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
- createEntrySetIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Creates an entry set iterator.
- createEntrySetIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Creates an entry set iterator.
- createEntrySetIterator(Iterator<Map.Entry<K, V>>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Creates an entry set iterator.
- createKeySetIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Creates a key set iterator.
- createKeySetIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Creates an key set iterator.
- createKeySetIterator(Iterator<K>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Creates a key set iterator.
- createNClob() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- createSQLXML() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- createStatement() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- createStatement(boolean) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
- 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(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- createStatement(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- createStatement(int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
- 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, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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
- createStatement(int, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- createStruct(String, Object[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- createType1() - Static method in class org.apache.openjpa.lib.util.UUIDGenerator
- createURL(String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
- createValuesIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Creates a values iterator.
- createValuesIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Creates an values iterator.
- createValuesIterator(Iterator<V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Creates a values iterator.
- current() - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Get the currently active entry.
- 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.
- currentEntry() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
- currentEntry() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- 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
- debug(Object) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- debug(Object, Throwable) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- 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
- decorated() - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
-
Gets the collection being decorated.
- decorated() - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
-
Gets the list being decorated.
- decorated() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.openjpa.lib.util.collections.AbstractSetDecorator
-
Gets the set being decorated.
- decorated() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
-
Gets the map being decorated.
- decorated() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- DecoratingDataSource - Class in org.apache.openjpa.lib.jdbc
-
Delegating data source that maintains a list of
ConnectionDecorator
s. - DecoratingDataSource(DataSource) - Constructor for class org.apache.openjpa.lib.jdbc.DecoratingDataSource
-
Constructor.
- decrypt(String) - Method in interface org.apache.openjpa.lib.encryption.EncryptionProvider
-
This method will decrypt the provided string.
- DEFAULT_CAPACITY - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
The default capacity to use
- DEFAULT_LOAD_FACTOR - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
The default load factor to use
- DEFAULT_MAX_SIZE - Static variable in class org.apache.openjpa.lib.util.collections.LRUMap
-
Default maximum size
- DEFAULT_RULE - Static variable in class org.apache.openjpa.lib.identifier.IdentifierRule
- DEFAULT_THRESHOLD - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
The default threshold to use
- DefaultMapEntry<K,V> - Class in org.apache.openjpa.lib.util.collections
- DefaultMapEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.DefaultMapEntry
-
Constructs a new entry from the specified
Map.Entry
. - DefaultMapEntry(K, V) - Constructor for class org.apache.openjpa.lib.util.collections.DefaultMapEntry
-
Constructs a new entry with the specified key and given value.
- DefaultMapEntry(KeyValue<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.DefaultMapEntry
-
Constructs a new entry from the specified
KeyValue
. - 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
- deleteAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.delete().
- deleteOnExitAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.deleteOnExit().
- deleteRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- deletesAreDetected(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- delimit(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Delimit the name if it requires delimiters
- delimit(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- delimit(String, String, boolean) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Delimit the string with the option to force delimiting.
- delimit(String, String, boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- delimit(IdentifierConfiguration, IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- delimit(IdentifierConfiguration, IdentifierRule, String, boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- delimit(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Delimit the name if it requires delimiters
- delimit(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- delimit(IdentifierRule, String, boolean) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Delimit the string with the option to force delimiting.
- delimit(IdentifierRule, String, boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- delimitAll() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns true if global name delimiting is enabled.
- DepthFirstAnalysis - Class in org.apache.openjpa.lib.graph
-
Performs a depth-first analysis of a given
Graph
, caching information about the graph's nodes and edges. - DepthFirstAnalysis(Graph) - Constructor for class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Constructor.
- destroyEntry(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Kills an entry ready for the garbage collector.
- 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
- DOLLAR_CHAR - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Reads the map data from the stream.
- doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Replaces the superclass method to read the state of this class.
- doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Reads the data necessary for
put()
to work in the superclass. - doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.LRUMap
- doReadObject(ObjectInputStream) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
- DOT - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- DOUBLE_QUOTE - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- DoubleValue - Class in org.apache.openjpa.lib.conf
-
A double
Value
. - DoubleValue(String) - Constructor for class org.apache.openjpa.lib.conf.DoubleValue
- doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Writes the map data to the stream.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Replaces the superclass method to store the state of this class.
- doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Writes the data necessary for
put()
to work in deserialization. - doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.LRUMap
- doWriteObject(ObjectOutputStream) - Method in class org.apache.openjpa.lib.util.ReferenceHashMap
- DualHashBidiMap<K,V> - Class in org.apache.openjpa.lib.util.collections
- DualHashBidiMap() - Constructor for class org.apache.openjpa.lib.util.collections.DualHashBidiMap
-
Creates an empty
HashBidiMap
. - DualHashBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.DualHashBidiMap
-
Constructs a
HashBidiMap
and copies the mappings from specifiedMap
. - DualHashBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.openjpa.lib.util.collections.DualHashBidiMap
-
Constructs a
HashBidiMap
that decorates the specified maps. - DualTreeBidiMap<K,V> - Class in org.apache.openjpa.lib.util.collections
- DualTreeBidiMap() - Constructor for class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
-
Creates an empty
DualTreeBidiMap
- DualTreeBidiMap(Comparator<? super K>, Comparator<? super V>) - Constructor for class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
-
Constructs a
DualTreeBidiMap
using the specifiedComparator
. - DualTreeBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
-
Constructs a
DualTreeBidiMap
and copies the mappings from specifiedMap
. - DualTreeBidiMap(Map<K, V>, Map<V, K>, BidiMap<V, K>) - Constructor for class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
-
Constructs a
DualTreeBidiMap
that decorates the specified maps. - DualTreeBidiMap.BidiOrderedMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Inner class MapIterator.
- DualTreeBidiMap.ViewMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Internal sorted map view.
- DuplicateKeyException(String, Object, String) - Constructor for exception org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException
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
- Edge - Class in org.apache.openjpa.lib.graph
-
A graph edge.
- Edge(Object, Object, boolean) - Constructor for class org.apache.openjpa.lib.graph.Edge
-
Constructor.
- Edge(Object, Object, boolean, Object) - Constructor for class org.apache.openjpa.lib.graph.Edge
-
Constructor.
- edgeVisited(Edge) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
-
An edge is seen.
- edgeVisited(Edge) - Method in interface org.apache.openjpa.lib.graph.GraphVisitor
-
may visit the node twice (both sides)
- EMPTY - Static variable in class org.apache.openjpa.lib.conf.StringListValue
- EMPTY - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- 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
- EMPTY_SET - Static variable in class org.apache.openjpa.lib.identifier.IdentifierRule
- emptyIterator() - Static method in class org.apache.openjpa.lib.util.collections.EmptyIterator
-
Get a typed empty iterator instance.
- EmptyIterator<E> - Class in org.apache.openjpa.lib.util.collections
-
Provides an implementation of an empty iterator.
- EmptyIterator() - Constructor for class org.apache.openjpa.lib.util.collections.EmptyIterator
-
Constructor.
- emptyMapIterator() - Static method in class org.apache.openjpa.lib.util.collections.EmptyMapIterator
-
Get a typed instance of the iterator.
- EmptyMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provides an implementation of an empty map iterator.
- EmptyMapIterator() - Constructor for class org.apache.openjpa.lib.util.collections.EmptyMapIterator
-
Constructor.
- emptyOrderedIterator() - Static method in class org.apache.openjpa.lib.util.collections.EmptyOrderedIterator
-
Typed instance of the iterator.
- EmptyOrderedIterator<E> - Class in org.apache.openjpa.lib.util.collections
-
Provides an implementation of an empty ordered iterator.
- EmptyOrderedIterator() - Constructor for class org.apache.openjpa.lib.util.collections.EmptyOrderedIterator
-
Constructor.
- emptyOrderedMapIterator() - Static method in class org.apache.openjpa.lib.util.collections.EmptyOrderedMapIterator
-
Get a typed instance of the iterator.
- EmptyOrderedMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Provides an implementation of an empty ordered map iterator.
- EmptyOrderedMapIterator() - Constructor for class org.apache.openjpa.lib.util.collections.EmptyOrderedMapIterator
-
Constructor.
- encode(byte[]) - Static method in class org.apache.openjpa.lib.util.Base16Encoder
-
Convert bytes to a base16 string.
- encrypt(String) - Method in interface org.apache.openjpa.lib.encryption.EncryptionProvider
-
This method will encrypt the provided string.
- EncryptionProvider - Interface in org.apache.openjpa.lib.encryption
-
Interface for providing encryption/decryption capabilities to the OpenJPA runtime.
- 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.
- endConfiguration() - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- endConfiguration() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- endConfiguration() - Method in class org.apache.openjpa.lib.log.JULLogFactory
- endConfiguration() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
- endDTD() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- endElement(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
- 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.
- endElement(String) - Method in class org.apache.openjpa.lib.meta.XMLVersionParser
- endElement(String, String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- endEntity(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- endExtendedClass(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
- 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.
- endsWithIgnoreCase(String, String) - Static method in class org.apache.openjpa.lib.util.StringUtil
- 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.
- enqueue(Object, NodeInfo) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
-
Push the given node onto the queue to be processed.
- ensureCapacity(int) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Changes the size of the data structure to the capacity proposed.
- Entry(int, Object, Object, ConcurrentHashMap.Entry) - Constructor for class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
-
Create new entry.
- entryAfter(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets the
after
field from aLinkEntry
. - entryBefore(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets the
before
field from aLinkEntry
. - entryHashCode(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the
hashCode
field from aHashEntry
. - entryKey(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the
key
field from aHashEntry
. - entryNext(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the
next
field from aHashEntry
. - entrySet() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Gets an entrySet view of the map.
- entrySet() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the entrySet view of the map.
- entrySet() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- entrySet() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Returns a set view of this map's entries.
- entrySet() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Returns a set view of the entries contained in this map in key order.
- entrySet() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- 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.
- entrySet() - Method in class org.apache.openjpa.lib.util.OrderedMap
- EntrySet(AbstractDualBidiMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet
-
Constructs a new view of the BidiMap.
- EntrySet(AbstractHashedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySet
- EntrySetIterator(Iterator<Map.Entry<K, V>>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySetIterator
-
Constructor.
- EntrySetIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySetIterator
- EntrySetIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.EntrySetIterator
- EntrySetToMapIteratorAdapter<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Adapts a Map entrySet to the MapIterator interface.
- EntrySetToMapIteratorAdapter(Set<Map.Entry<K, V>>) - Constructor for class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Create a new EntrySetToMapIteratorAdapter.
- entryValue(AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the
value
field from aHashEntry
. - eq(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Compare two objects.
- equals(Object) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Performs an equality check based on equality of values.
- equals(Object) - Method in class org.apache.openjpa.lib.conf.Value
-
Use
original value
instead ofcurrent value
because they are one and the same for non-dynamic Values and ensures that modifying dynamic Values do not impact equality or hashCode contract. - 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.collections.AbstractDualBidiMap
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Compares this map with another.
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntry
-
Compares this
Map.Entry
with anotherMap.Entry
. - equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Compares this map entry to another.
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractSetDecorator
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.ComparableComparator
-
Returns
true
iff that Object is is aComparator
whose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Returns
true
iff that Object is is aComparator
whose ordering is known to be equivalent to mine. - equals(Object) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- equals(Object) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Compares for equals as per the API.
- equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
- equals(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- equals(Object) - Method in class org.apache.openjpa.lib.util.MultiClassLoader
- equals(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- equalsIgnoreCase(String, String) - Static method in class org.apache.openjpa.lib.util.StringUtil
- error(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
- error(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- error(Object) - Method in interface org.apache.openjpa.lib.log.Log
-
Write out a log message at the
Log.ERROR
level with the stringification ofo
as the body of the message, also outputtingt
to the log. - error(Object) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- error(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- error(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- error(Object) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
- error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- 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 ofo
as the body of the message, also outputtingt
to the log. - error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- error(Object, Throwable) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- error(SAXParseException) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- error(SAXParseException) - Method in class org.apache.openjpa.lib.xml.ValidatingErrorHandler
- ERROR - Static variable in interface org.apache.openjpa.lib.log.Log
- 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() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- execute() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- execute() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- execute() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- execute(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- execute(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- execute(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- execute(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- execute(String, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- execute(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- execute(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- 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
- executeBatch() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeBatch() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeOn(String[]) - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
Perform the task action on the given files.
- executeQuery() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- executeQuery() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- 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(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(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeQuery(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- executeQuery(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- 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(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(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. - executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeQuery(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeUpdate() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeUpdate(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeUpdate(String, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeUpdate(String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- executeUpdate(String, String[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- existsAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.exists().
- expectedModCount - Variable in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
-
The modification count expected
- extendsDec(int) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Append the given value to the internal buffer.
F
- FACTORY - org.apache.openjpa.lib.instrumentation.InstrumentationLevel
-
Start following factory initialization and stop when the factory is closed.
- fatal(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
- fatal(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- fatal(Object) - Method in interface org.apache.openjpa.lib.log.Log
-
Write out a log message at the
Log.FATAL
level with the stringification ofo
as the body of the message, also outputtingt
to the log. - fatal(Object) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- fatal(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- fatal(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- fatal(Object) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
- fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- 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 ofo
as the body of the message, also outputtingt
to the log. - fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- fatal(Object, Throwable) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- FATAL - Static variable in interface org.apache.openjpa.lib.log.Log
- 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
- FileValue(String) - Constructor for class org.apache.openjpa.lib.conf.FileValue
- FilterIterator<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
Iterator
using a predicate to filter elements. - FilterIterator() - Constructor for class org.apache.openjpa.lib.util.collections.FilterIterator
-
Constructs a new
FilterIterator
that will not function untilsetIterator
is invoked. - FilterIterator(Iterator<? extends E>) - Constructor for class org.apache.openjpa.lib.util.collections.FilterIterator
-
Constructs a new
FilterIterator
that will not function untilsetPredicate
is invoked. - FilterIterator(Iterator<? extends E>, Predicate<? super E>) - Constructor for class org.apache.openjpa.lib.util.collections.FilterIterator
-
Constructs a new
FilterIterator
that will use the given iterator and predicate. - 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) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Fire the given event to all listeners.
- fireEvent(Object) - Method in interface org.apache.openjpa.lib.util.EventManager
-
Fire the given event to all listeners, returning any exceptions.
- fireEvent(Object, Object) - Method in class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
-
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.
- first() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- first() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- firstKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets the first key in the map, which is the first inserted.
- firstKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
- firstKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- firstKey() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- firstKey() - Method in interface org.apache.openjpa.lib.util.collections.OrderedMap
-
Gets the first key currently in this map.
- firstKey() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Gets the first (lowest) key currently in this map.
- 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
- 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
- generatedKeyAlwaysReturned() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- 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.ClassListValue
- 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() - Method in class org.apache.openjpa.lib.conf.Value
-
Get the actual data stored in this 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(int) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- get(int) - Method in class org.apache.openjpa.lib.util.collections.LinkedMap
-
Gets the key at the specified index.
- get(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- get(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- get(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Gets the value mapped to the key specified.
- get(Object) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Gets the value to which this map maps the specified key.
- 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(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
- get(Object, boolean) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Gets the value mapped to the key specified.
- 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[]) - 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.
- getAbsoluteFileAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.getAbsoluteFile().
- getAbsolutePathAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.getAbsolutePath().
- 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, ...
- getAliasList() - Method in class org.apache.openjpa.lib.conf.StringListValue
- getAllowCompaction() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- 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. - getAnchorsInFile(File) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- getAnchorsInFile(File) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return a List
of all the anchors defined in file
. - getAnchorsInResource(String) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- getAnchorsInResource(String) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return a List
of all the anchors defined in resource
. - getAnnotationAction(AnnotatedElement, Class<T>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedAction object for AnnotatedElement.getAnnotation().
- getAnnotationsAction(AnnotatedElement) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for AnnotatedElement.getAnnotations().
- getArray(int) - 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.DelegatingCallableStatement
- 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() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
The current attributes.
- getAttributes(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- 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
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getBigDecimal(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
Deprecated.use
getBigDecimal(int parameterIndex)
orgetBigDecimal(String parameterName)
- getBigDecimal(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getBigDecimal(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getBigDecimal(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- 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(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getBlob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getBoolean(int) - 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.DelegatingCallableStatement
- getBoolean(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- 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.
- 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. - 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.
- getByNameAction(String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for InetAdress.getByName().
- getByte(int) - 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.DelegatingCallableStatement
- getByte(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getBytes(int) - 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.DelegatingCallableStatement
- getBytes(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getCanDelimit() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- getCanonicalPathAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for f.getCanonicalPath().
- getCatalog() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- getCatalogs() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getCatalogs() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getCatalogSeparator() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getCatalogTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getChannel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
- getCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- 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.
- getClassLoaderAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for clazz.getClassloader().
- getClassLoaders() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
-
Return an array of all contained class loaders.
- getClassName() - Method in class org.apache.openjpa.lib.conf.PluginValue
-
The plugin class name.
- getClassName(Class) - Static method in class org.apache.openjpa.lib.util.ClassUtil
-
Return only the class name, without package.
- 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(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataSerializer
-
Returns the given class name, stripping the package if it is not needed.
- getClassName(String) - Static method in class org.apache.openjpa.lib.util.ClassUtil
-
Return only the class name.
- getClassNames() - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
The plugin class names.
- getClauseIndent() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
- getClientInfo() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- getClientInfo(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- getClientInfoProperties() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getClob(int) - 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.DelegatingCallableStatement
- 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, 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, 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, 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, Collection<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, 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).
- getColNumber() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the column number in the line of the file at which this instance was parsed.
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getColumns(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.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- 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.
- getConfiguration() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- getConfiguration() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Gets the configuration associated with the instrumentation provider
- getConfigurationKey(String, Map) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Determine the full key name for
partialKey
, given the registered prefixes and the entries inmap
. - 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. - getConfigurationPrefix() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- getConfigurationPrefix() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return the configuration prefix for properties of this product.
- getConfigurationPrefixes() - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return the recognized prefixes for configuration properties.
- getConnection() - 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() - 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.
- getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DecoratingDataSource
- getConnection(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
- getContent() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Resource content.
- 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
- getContentAction(URLConnection) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object con.getContent().
- getContext() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- getContext() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Gets the context of the instrument.
- getContextClassLoaderAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for Thread.currentThread .getContextClassLoader().
- getConversionKey() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns a key that can be used to determine whether conversion should take place.
- getCrossReference(String, String, String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getCrossReference(String, String, String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getCurrentVendor() - Static method in enum org.apache.openjpa.lib.util.JavaVendors
-
This static worker method returns the current Vendor.
- getCursorName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getCycle() - Method in class org.apache.openjpa.lib.graph.Edge
-
List of edges forming a cycle.
- 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) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getDate(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getDate(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getDate(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getDeclaredAnnotationsAction(AnnotatedElement) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for AnnotatedElement.getDeclaredAnnotations().
- getDeclaredFieldAction(Class<?>, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for clazz.getDeclaredField().
- getDeclaredFieldsAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for class.getDeclaredFields().
- getDeclaredMethodAction(Class<?>, String, Class<?>[]) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for clazz.getDeclaredMethod().
- getDeclaredMethodsAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for clazz.getDeclaredMethods().
- 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
- getDefaultEventIndex() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getDefaultIdentifierRule() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Gets the default naming rule
- 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
- getDefaultResourceLocation() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- getDefaultResourceLocation() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return a string identifying the default resource location for this product derivation, if one exists.
- 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.DelegatingDatabaseMetaData
-
Return the wrapped database metadata.
- 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.Log4J2LogFactory.LogAdapter
- getDelegate() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- getDelegate() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.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
- getDelegate() - Method in class org.apache.openjpa.lib.rop.RangeResultObjectProvider
- getDelegates() - Method in class org.apache.openjpa.lib.log.MultiLogFactory
-
Returns the delegates that this MultiLogFactory delegates messages to.
- getDelimitedCase() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the case that is used when delimiting.
- getDelimitReservedWords() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- 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(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getDouble(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- 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.
- 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. - 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
- getEdges() - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all edges in the graph.
- getEdges(int) - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Return all edges of the given type.
- getEdges(Object, Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all the edges from one node to another.
- getEdgesFrom(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all the edges from a particular node.
- getEdgesTo(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Return all the edges to a particular node.
- 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(int) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets the key at the specified index.
- getEntry(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the entry mapped to the key specified.
- getEntry(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
- getEntry(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Gets the entry mapped to the key specified.
- getEntry(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns the entry associated with the specified key in the ConcurrentHashMap.
- getEquivalentKeys() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets the unmodifiable view of the equivalent keys or an empty set if no equivalent key has been added.
- 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(Localizer.Message) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Returns a SAXException with the source file name and the given error message.
- getException(Localizer.Message, Throwable) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Returns a SAXException with the source file name and the given error message.
- getExecutionResult() - Method in interface org.apache.openjpa.lib.rop.BatchedResultObjectProvider
-
Gets the result of executing the underlying JDBC statement.
- getExportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getExportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- 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[]) - 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.
- 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 class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Return the last-iterated metadata resource content as a file, or null if not an extant file.
- 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 theFile
to be written to, and values of aCollection
ofSourceTracker
instances. - getFinishedTime(Object) - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Return the logical time that the given node was finished in the graph walk, or -1 if the node is not part of the graph.
- getFloat(int) - 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.DelegatingCallableStatement
- getFloat(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- 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.
- 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. - getForNameAction(String, boolean, ClassLoader) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for Class.forName().
- getFrom() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the node the edge links from.
- getFullyQualifiedAnchorsInPropertiesLocation(String) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return a List
of all the fully-qualified anchors specified in propertiesLocation
. - getFullyQualifiedAnchorsInPropertiesLocation(Options) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Return a List
of all the fully-qualified anchors specified in the properties location listed in opts
. - getFunctionColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getFunctions(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- 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
- getHoldability() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getIcon(int) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getId() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
An environment-specific identifier for this configuration.
- getId() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getIdentifierConcatenator() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the value used to concatenate multiple names together.
- getIdentifierConfiguration() - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Get the naming configuration.
- getIdentifierConfiguration() - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- getIdentifierDelimiter() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the value used to delimit between individual names.
- getIdentifierQuoteString() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getIdentifierRule(T) - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns a naming rule or null if the rule is not found.
- getIdentifierRules() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns all naming rules
- 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
- getImportedKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getIndexOfFirstFailedObject() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
- 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 class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Return the last-iterated metadata resource content as a stream.
- 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)
- getInstrument() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- getInstrument() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Returns the string-based list of instruments directly configured by this provider via setInstrument.
- getInstrumentAliases() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- getInstrumentAliases() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Returns an string array of identifier to class name aliases for instruments known to the instrumentation provider.
- getInstrumentByName(String) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- getInstrumentByName(String) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Returns an instrument instrumented by this provider by name
- getInstruments() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- getInstruments() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Gets all instruments instrumented by this provider
- getInt(int) - 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.DelegatingCallableStatement
- 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.ClassListValue
- 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) - 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.
- 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. - getIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractUntypedIteratorDecorator
-
Gets the iterator being decorated.
- getIterator() - Method in class org.apache.openjpa.lib.util.collections.FilterIterator
-
Gets the iterator this iterator is using.
- getJarEntryAction(JarURLConnection) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for con.getJarEntry().
- getJarFileAction(JarURLConnection) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for con.getJarFile().
- 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.collections.AbstractDualBidiMap.BidiMapIterator
- getKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractEmptyMapIterator
- getKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
- getKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashMapIterator
- getKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractKeyValue
-
Gets the key from the pair.
- getKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkMapIterator
- getKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
- getKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Gets the key from the entry.
- getKey() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- getKey() - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Gets the current key, which is the key returned by the last call to
next()
. - getKey() - Method in interface org.apache.openjpa.lib.util.collections.KeyValue
-
Gets the key from the pair.
- getKey() - Method in interface org.apache.openjpa.lib.util.collections.MapIterator
-
Gets the current key, which is the key returned by the last call to
next()
. - getKey() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- getKey() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
- getKey() - Method in class org.apache.openjpa.lib.util.Localizer.Message
-
The unique key for the localized message.
- getKey(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- getKey(Object) - Method in interface org.apache.openjpa.lib.util.collections.BidiMap
-
Gets the key that is currently mapped to the specified value.
- getKey(Object) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Returns the key to which this map maps the specified value.
- GETKEY_INVALID - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
- getLeadingDelimiter() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the leading delimiter value to use when delimiting a name.
- getLevel() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- getLevel() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Gets the instrumentation level of this instrument.
- getLevel() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
- getLevel(String) - Static method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
Returns a symbolic constant for the specified string level.
- 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
- getLineNumber() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the line number of the file at which this instance was parsed.
- getLinesBetweenSections() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
The number of empty lines between code sections.
- getLineSeparator() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return the value of the "line.separator" system property.
- getListeners() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets unmodifable list of listeners for value changes.
- 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() - Method in class org.apache.openjpa.lib.xml.Location
- getLocation(String) - Method in class org.apache.openjpa.lib.xml.Location
-
for customized responses
- getLocator() - Method in class org.apache.openjpa.lib.xml.Location
- getLog() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Log plugin setting.
- getLog() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getLog() - Method in class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter
- 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.
- getLog(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return the log for the given category.
- getLog(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getLog(String) - Method in class org.apache.openjpa.lib.log.JULLogFactory
- 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
- 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(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getLong(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- 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.
- 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. - getMapEntry() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
-
Gets the map being decorated.
- 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
- getMaxLength() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- 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
- getMessage() - Method in class org.apache.openjpa.lib.util.Localizer.Message
-
The localized message.
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- getMetaData() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- 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(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- getMethodDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getMoreResults() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getMoreResults() - 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.DelegatingCallableStatement
- getMoreResults(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- 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.
- getMustDelimit() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- getName() - Method in interface org.apache.openjpa.lib.identifier.Identifier
- getName() - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- getName() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- getName() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- getName() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Returns the name of the instrument.
- getName() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
The name of the resource.
- 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
- getNanoPrecisionTimestamp() - Static method in class org.apache.openjpa.lib.util.TimestampHelper
- getNCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getNCharacterStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getNCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getNCharacterStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getNClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getNClob(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getNClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getNClob(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getNetworkTimeout() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- getNewline() - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
- getNodes() - Method in class org.apache.openjpa.lib.graph.Graph
-
Return a view of all nodes in the graph.
- getNString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getNString(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getNString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getNString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getNumericFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getObject(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getObject(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getObject(int, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getObject(int, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getObject(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getObject(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getObject(String, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getObject(String, Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getObject(String, Map<String, Class<?>>) - 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.
- getOptions() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- getOptions() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- getOptions() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Returns the options specified for the instrument in string form.
- getOptions() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Gets configuration options for this provider
- 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.
- getOriginalValue() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets the original value.
- getOther(Object) - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the node on the opposite end of the given one, or null if the given node is not part of this edge.
- getOut(int) - Method in interface org.apache.openjpa.lib.rop.BatchedResultObjectProvider
- getOut(String) - Method in interface org.apache.openjpa.lib.rop.BatchedResultObjectProvider
- 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.
- getOverrideContextClassloader() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- 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.
- getPackageName() - Method in class org.apache.openjpa.lib.util.Localizer.Message
- getPackageName(Class) - Static method in class org.apache.openjpa.lib.util.ClassUtil
-
Return only the package, or empty string if none.
- getPackageName(String) - Static method in class org.apache.openjpa.lib.util.ClassUtil
-
Return only the package, or empty string if none.
- 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
- getParametrizedType(String[]) - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Returns parametrized type string for given type(s).
- getParens() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Paired parentheses for empty method parameters.
- getParentAction(ClassLoader) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for loader.getParent().
- getParentLogger() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
- 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.
- getPathSeparator() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return the value of the "path.separator" system property.
- getPlugin(String, String) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Combine the given class name and properties into a plugin string.
- getPredicate() - Method in class org.apache.openjpa.lib.util.collections.FilterIterator
-
Gets the predicate this iterator is using.
- 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
- getPrimaryKeys(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getPrintParameters() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
Whether parameter values will be printed in exception messages or in trace.
- getProcedureColumns(String, 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.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getProcedures(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getProcedures(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getProcedureTerm() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getProductDerivations() - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return all the product derivations registered in the current classloader
- 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() - 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.
- 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.
- getPropertiesAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for System.getProperties().
- getPropertiesResource() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Return the resource that was set via auto-configuration methods
ConfigurationImpl.setProperties(java.lang.String)
orConfigurationImpl.setPropertiesFile(java.io.File)
, or null if none. - 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. - getProperty(String, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Get the property under the given partial key, prefixed with any possible configuration prefix.
- getPropertyAction(String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for System.getProperty().
- getPropertyAction(String, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for System.getProperty().
- getPropertyDescriptors() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getPropertyKeys() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Get the set of all known property keys, including any equivalent keys, appropriately prefixed.
- getPropertyKeys() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Gets all known property keys.
- getPropertyKeys() - Method in class org.apache.openjpa.lib.conf.Value
-
Gets unmodifiable view of all the property keys set on this receiver.
- getPropertyKeys(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Get the set of all known property keys, including any equivalent keys, appropriately prefixed.
- getPropertyKeys(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getProtectionDomainAction(Class<?>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for class.getProtectionDomain().
- getProvider() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- getProvider() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Gets the instrumentation provider for the instrument.
- getPseudoColumns(String, String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- 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
- getRef(int) - 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.DelegatingCallableStatement
- getRef(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getReservedWords() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- getResourceAction(Class<?>, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for clazz.getResource().
- getResourceAction(ClassLoader, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for loader.getResource().
- getResourceName() - Method in interface org.apache.openjpa.lib.meta.SourceTracker
-
Return the domain-meaningful name of the resource that was loaded from this source.
- getResourcesAction(ClassLoader, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for loader.getResources().
- getResultList() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
- getResultObject() - Method in interface org.apache.openjpa.lib.rop.BatchedResultObjectProvider
-
Gets the next result object provider from its batch.
- 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() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- getResultSet() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- 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(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(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
- getRowId(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getRowId(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getRowId(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getRowId(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getRowIdLifetime() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getSAXParser(boolean, boolean) - Static method in class org.apache.openjpa.lib.xml.XMLFactory
-
Return a SAXParser with the specified configuration.
- getSchema() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- getSchemaCase() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the case that is used when delimiters are not used.
- getSchemaLocation() - Method in class org.apache.openjpa.lib.meta.XMLVersionParser
-
Get the string value of the schema location attribute on the root element
- getSchemas() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getSchemas() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getSchemas(String, String) - 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(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getShort(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getShort(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getSortedNodes() - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Return the nodes in topologically-sorted order.
- 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(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.
- getSourceFile(Object) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Return the source file for the given instance.
- 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.
- getSpecialCharacters() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- getSQL() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the SQL associated with this event; may be null.
- getSQL() - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
-
Gets the SQL string if available.
- 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
- getSQLXML(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getSQLXML(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getSQLXML(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getSQLXML(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- 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(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getString(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getStringFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getSubstitutions() - Method in class org.apache.openjpa.lib.util.Localizer.Message
-
Substitutions inserted into the message.
- 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
- getSupportedQueryHints() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- getSupportedQueryHints() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return set of Query hint keys recognized by this receiver.
- getSupportedQueryHints() - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
- getSupportsDelimitedIdentifiers() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns true if delimiting is supported
- getSystemClassLoaderAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for ClassLoader.getSystemClassLoader().
- 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
- getTablePrivileges(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getTables(String, 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.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getTableTypes() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getTableTypes() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- 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() - Method in class org.apache.openjpa.lib.jdbc.JDBCEvent
-
Return the time the event was constructed.
- getTime(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTime(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTime(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTime(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTime(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTime(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTime(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTime(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTimeDateFunctions() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getTimestamp(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTimestamp(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTimestamp(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTimestamp(int, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTimestamp(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTimestamp(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTimestamp(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getTimestamp(String, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getTo() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the node the edge links to.
- getTrailingDelimiter() - Method in interface org.apache.openjpa.lib.identifier.IdentifierConfiguration
-
Returns the trailing delimiter value to use when delimiting a name.
- 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 interface org.apache.openjpa.lib.conf.ProductDerivation
-
Return the type of derivation.
- getType() - Method in class org.apache.openjpa.lib.graph.Edge
-
Traversal bookkeeping info.
- 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
- getTypeInfo() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getTypeMap() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- getUDTs(String, String, String, int[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getUDTs(String, String, String, int[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getUnicodeStream(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- getUnicodeStream(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
-
Deprecated.
- 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
- getUpdateCount() - Method in interface org.apache.openjpa.lib.rop.BatchedResultObjectProvider
-
Gets the count of records updated by the underlying JDBC statement.
- getURL() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getURL(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getURL(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getURL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- getURL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- getUserClassLoader() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Gets a class loader that can be additionally used to load custom plugin values.
- getUserClassLoader() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- getUserName() - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getUserObject() - Method in class org.apache.openjpa.lib.graph.Edge
-
Arbitrary user object associated with the edge.
- getUserObject() - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- getUserObject() - Method in interface org.apache.openjpa.lib.rop.ResultList
-
Get the opaque user object attached to this receiver.
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractEmptyMapIterator
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashMapIterator
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractKeyValue
-
Gets the value from the pair.
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkMapIterator
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
- getValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Gets the value from the entry.
- getValue() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- getValue() - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Gets the current value, which is the value associated with the last key returned by
next()
. - getValue() - Method in interface org.apache.openjpa.lib.util.collections.KeyValue
-
Gets the value from the pair.
- getValue() - Method in interface org.apache.openjpa.lib.util.collections.MapIterator
-
Gets the current value, which is the value associated with the last key returned by
next()
. - getValue() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- getValue() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
- getValue(int) - Method in class org.apache.openjpa.lib.util.collections.LinkedMap
-
Gets the value at the specified index.
- 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
-
Gets the registered Value for the given propertyName.
- GETVALUE_INVALID - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
- getValues() - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Return the set of all
Value
s. - 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.ClassListValue
- 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.
- getVersion() - Method in class org.apache.openjpa.lib.meta.XMLVersionParser
-
Get the string value of the version attribute on the root element
- getVersionColumns(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- getVersionColumns(String, String, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- getVirtualMachineClassName() - Method in enum org.apache.openjpa.lib.util.JavaVendors
- 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
- getWeight() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return the weight of the edge.
- 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.
- getWriter(String, ClassLoader, String) - 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 set to the provided charset encoding.
- GitUtils - Class in org.apache.openjpa.lib.util.git
- GitUtils() - Constructor for class org.apache.openjpa.lib.util.git.GitUtils
- Graph - Class in org.apache.openjpa.lib.graph
-
Graph representation using the adjacency list form.
- Graph() - Constructor for class org.apache.openjpa.lib.graph.Graph
- GraphVisitor - Interface in org.apache.openjpa.lib.graph
-
A helper interface that allows third parties to be notified of graph events during graph traversals
- groupByPackage(Collection<Object>) - 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 - org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
- hash(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the hash code for the key specified.
- hash(Object) - Method in class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Gets the hash code for the key specified.
- hashCode - Variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
-
The hash code of the key
- hashCode() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Computes hash code based on the hashCodes of the values.
- hashCode() - Method in class org.apache.openjpa.lib.conf.Value
-
Use
original value
instead ofcurrent value
because they are one and the same for non-dynamic Values and ensures that modifying dynamic Values do not impact equality or hashCode contract. - hashCode() - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- 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.collections.AbstractDualBidiMap
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the standard Map hashCode.
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntry
-
Gets a hashCode compatible with the equals method.
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Gets the hashcode of the entry using temporary hard references.
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.AbstractSetDecorator
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.ComparableComparator
-
Implement a hash code for this comparator that is consistent with
equals
. - hashCode() - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Implement a hash code for this comparator that is consistent with
equals
. - hashCode() - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- hashCode() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Gets the hash code value for this map as per the API.
- hashCode() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
- hashCode() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- hashCode() - Method in class org.apache.openjpa.lib.util.MultiClassLoader
- hashCode() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- hashEntry(Object, Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Gets the hash code for a MapEntry.
- hashEntry(Object, Object) - Method in class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Gets the hash code for a MapEntry.
- HashEntry(AbstractHashedMap.HashEntry<K, V>, int, Object, V) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
- hashIndex(int, int) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the index into the data storage for the hashCode specified.
- HashIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
- HashMapIterator(AbstractHashedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashMapIterator
- 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.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.
- hasMoreResults() - Method in interface org.apache.openjpa.lib.rop.BatchedResultObjectProvider
-
Affirms if this batch contains more results.
- hasNext() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
- hasNext() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
- hasNext() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Return whether there is another resource to iterate over.
- 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
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.AbstractUntypedIteratorDecorator
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.FilterIterator
-
Returns true if the underlying iterator contains an object that matches the predicate.
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.IteratorChain
-
Return true if any Iterator in the IteratorChain has a remaining element.
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Returns true if there are more elements in the iterator.
- hasNext() - Method in interface org.apache.openjpa.lib.util.collections.MapIterator
-
Checks to see if there are more entries still to be iterated.
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableIterator
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- hasNext() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- hasNoCycles() - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Test, if the analysis didn't find cycles.
- 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
- hasPrevious() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- hasPrevious() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator.SortedMapIterator
-
Checks to see if there is a previous entry that can be iterated to.
- hasPrevious() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- hasPrevious() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Returns true if there are previous elements in the iterator.
- hasPrevious() - Method in interface org.apache.openjpa.lib.util.collections.OrderedIterator
-
Checks to see if there is a previous element that can be iterated to.
- hasPrevious() - Method in interface org.apache.openjpa.lib.util.collections.OrderedMapIterator
-
Checks to see if there is a previous entry that can be iterated to.
- hasPrevious() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- hasPrevious() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- hc(Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashMap
-
Obtain the hashcode of an object.
- headMap(K) - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- headMap(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- headMap(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- hide() - Method in class org.apache.openjpa.lib.conf.Value
-
Hides the value of this Value from being output to the caller.
I
- IBM - org.apache.openjpa.lib.util.JavaVendors
- id - Variable in class org.apache.openjpa.lib.conf.ConfigurationImpl
- Identifier - Interface in org.apache.openjpa.lib.identifier
-
Base interface for identifiers.
- IdentifierConfiguration - Interface in org.apache.openjpa.lib.identifier
-
The IdentifierConfiguration interface.
- IdentifierImpl - Class in org.apache.openjpa.lib.identifier
-
Base identifer implementation.
- IdentifierImpl() - Constructor for class org.apache.openjpa.lib.identifier.IdentifierImpl
- IdentifierImpl(String) - Constructor for class org.apache.openjpa.lib.identifier.IdentifierImpl
- IdentifierRule - Class in org.apache.openjpa.lib.identifier
-
The standard identifier rule.
- IdentifierRule() - Constructor for class org.apache.openjpa.lib.identifier.IdentifierRule
- IdentifierUtil - Interface in org.apache.openjpa.lib.identifier
-
Base IdentifierUtil interface.
- IdentifierUtilImpl - Class in org.apache.openjpa.lib.identifier
-
Implementation class for the base identifier impl.
- IdentifierUtilImpl() - Constructor for class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- IdentifierUtilImpl(IdentifierConfiguration) - Constructor for class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- ignoreContent(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Ignore all content below the current element.
- IMMEDIATE - org.apache.openjpa.lib.instrumentation.InstrumentationLevel
-
Start immediately (no special requirements on the broker or factory) and stop when the configuration is closed.
- 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.collections.AbstractListDecorator
- indexOf(Object) - Method in class org.apache.openjpa.lib.util.collections.LinkedMap
-
Gets the index of the specified key.
- indexOf(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
- info(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
- info(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- info(Object) - Method in interface org.apache.openjpa.lib.log.Log
-
Write out a log message at the
Log.INFO
level with the stringification ofo
as the body of the message, also outputtingt
to the log. - info(Object) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- info(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- info(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- info(Object) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- 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 ofo
as the body of the message, also outputtingt
to the log. - info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- info(Object, Throwable) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- INFO - Static variable in interface org.apache.openjpa.lib.log.Log
- INFO_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
- init() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Initialise subclasses during construction, cloning or deserialization.
- init() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Initialise this subclass during construction.
- init() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Initialise this subclass during construction, cloning or deserialization.
- INIT_STATE_FREEZING - Static variable in interface org.apache.openjpa.lib.conf.Configuration
- INIT_STATE_FROZEN - Static variable in interface org.apache.openjpa.lib.conf.Configuration
- INIT_STATE_LIQUID - Static variable in interface org.apache.openjpa.lib.conf.Configuration
- initializationMillis - Variable in class org.apache.openjpa.lib.log.LogFactoryImpl
-
The time at which this factory was initialized.
- initialize() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- initialize() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Initializes the instrument.
- initialize(PreparedStatement, Connection) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- initialize(Statement, Connection) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- initializeInstrument(Instrument, Object) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- initializeInstrument(Instrument, Object) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Initializes an instrument within the provided context.
- initializeInstrument(Instrument, String, Object) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- initializeInstrument(Instrument, String, Object) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Initializes an instrument within the provided options and context.
- insertRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- insertsAreDetected(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- INSTANCE - Static variable in class org.apache.openjpa.lib.util.collections.ComparableComparator
-
The singleton instance.
- INSTANCE - Static variable in class org.apache.openjpa.lib.util.collections.EmptyIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.openjpa.lib.util.collections.EmptyMapIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.openjpa.lib.util.collections.EmptyOrderedIterator
-
Singleton instance of the iterator.
- INSTANCE - Static variable in class org.apache.openjpa.lib.util.collections.EmptyOrderedMapIterator
-
Singleton instance of the iterator.
- 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
- Instrument - Interface in org.apache.openjpa.lib.instrumentation
-
Interface that must be implemented by instruments.
- InstrumentationLevel - Enum in org.apache.openjpa.lib.instrumentation
-
The instrumentation level can be used to indicate if and when an instrument will be automatically started and stopped.
- InstrumentationProvider - Interface in org.apache.openjpa.lib.instrumentation
-
Pluggable instrumentation providers (ex.
- IntValue - Class in org.apache.openjpa.lib.conf
-
An int
Value
. - IntValue(String) - Constructor for class org.apache.openjpa.lib.conf.IntValue
- inverseBidiMap() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- inverseBidiMap() - Method in interface org.apache.openjpa.lib.util.collections.BidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- inverseBidiMap() - Method in interface org.apache.openjpa.lib.util.collections.OrderedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in interface org.apache.openjpa.lib.util.collections.SortedBidiMap
-
Gets a view of this map where the keys and values are reversed.
- inverseBidiMap() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Gets the inverse map for comparison.
- inverseOrderedBidiMap() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- inverseSortedBidiMap() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- INVISIBLE - Static variable in class org.apache.openjpa.lib.conf.Value
- 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.
- isAllowTruncation() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- isAnnotationPresentAction(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for AnnotatedElement.isAnnotationPresent().
- isBeforeFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- isBlank(CharSequence) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Checks if a CharSequence is whitespace, empty ("") or null.
- 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.DelegatingCallableStatement
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- isClosed() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- 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
- isCloseOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- isCloseOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- isCloseOnCompletion() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- isDebugEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- isDeferResourceLoading() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- isDelimited(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name is delimited.
- isDelimited(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- isDelimited(IdentifierConfiguration, IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- isDelimited(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name is delimited.
- isDelimited(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- isDirected() - Method in class org.apache.openjpa.lib.graph.Edge
-
Return whether the edge is directed.
- isDirectoryAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.isDirectory().
- isDoubleQuoted(String) - Static method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
Returns whether a name is double quoted
- isDynamic() - Method in class org.apache.openjpa.lib.conf.Value
-
Affirms if this receiver can be mutated even when the configuration it belongs to has been
frozen
. - 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.collections.AbstractCollectionDecorator
- isEmpty() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- isEmpty() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- isEmpty() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Checks whether the map is currently empty.
- isEmpty() - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- isEmpty() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Checks whether the map is empty or not.
- 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.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.MultiClassLoader
-
Return true if there are no internal class laoders.
- isEmpty() - Method in class org.apache.openjpa.lib.util.OrderedMap
- isEmpty() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- isEmpty(String) - Static method in class org.apache.openjpa.lib.util.StringUtil
- 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
- isEqualKey(Object, Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(Object, Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Compares two keys, in internal converted form, to see if they are equal.
- isEqualKey(Object, Object) - Method in class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Compares two keys for equals.
- isEqualValue(Object, Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Compares two values, in external form, to see if they are equal.
- isEqualValue(Object, Object) - Method in class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Compares two values for equals.
- 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.Log4J2LogFactory.LogAdapter
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- isErrorEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- isFailFast() - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Whether to fail after the first exception thrown by any listener.
- isFatal() - Method in exception org.apache.openjpa.lib.conf.BootstrapException
- 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.Log4J2LogFactory.LogAdapter
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- isFatalEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- isFileAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.isFile().
- isFirst() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- isFrom(Object) - Method in class org.apache.openjpa.lib.graph.Edge
-
Return true if this edge links from the given node.
- isFull() - Method in interface org.apache.openjpa.lib.util.collections.BoundedMap
-
Returns true if this map is full and no new elements can be added.
- isFull() - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Returns true if this map is full and no new mappings can be added.
- 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.
- isHidden() - Method in class org.apache.openjpa.lib.conf.Value
-
Affirms if the value for this Value is visible.
- isIBM() - Method in enum org.apache.openjpa.lib.util.JavaVendors
-
This static worker method returns true if the current implementation is IBM.
- 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.Log4J2LogFactory.LogAdapter
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- isInfoEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- 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.
- isKeyType(AbstractReferenceMap.ReferenceStrength) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Provided protected read-only access to the key type.
- isLast() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- isLocked() - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Determine if modifications can still be made to the ComparatorChain.
- isLocked() - Method in class org.apache.openjpa.lib.util.collections.IteratorChain
-
Determine if modifications can still be made to the IteratorChain.
- isMustBeginWithLetter() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- isNameDelimited() - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- isNotBlank(CharSequence) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Checks if a CharSequence is not empty (""), not null and not whitespace only.
- isNotEmpty(String) - Static method in class org.apache.openjpa.lib.util.StringUtil
- isNullable() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- isNullOnNoLocator() - Method in class org.apache.openjpa.lib.xml.Location
- isolate - Variable in class org.apache.openjpa.lib.ant.AbstractTask
- isOnlyLettersDigitsUnderscores() - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- isPackageElementName(String) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
-
The name of the package element.
- isParsing() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- isPoolable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- isPoolable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- isPoolable() - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- isPrivate() - Method in class org.apache.openjpa.lib.conf.Value
-
Affirms if this Value is used for internal purpose only and not exposed as a supported property.
- 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
- isRemovedFromGraph() - Method in class org.apache.openjpa.lib.graph.Edge
-
Returns if this edge is (still) part of the graph.
- isReservedWord(String) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- isReservedWord(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Returns whether a name is considered a reserved word
- isReservedWord(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- isReservedWord(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Returns whether a name is considered a reserved word
- isReservedWord(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
Returns whether a name is considered a reserved word.
- isScanUntilRemovable() - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Whether this LRUMap will scan until a removable entry is found when the map is full.
- 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.
- isStarted() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- isStarted() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- isStarted() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Returns true if the instrument is started.
- isStarted() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Whether the instrumentation provider started
- isSun() - Method in enum org.apache.openjpa.lib.util.JavaVendors
-
This static worker method returns true if the current implementation is Sun.
- isTo(Object) - Method in class org.apache.openjpa.lib.graph.Edge
-
Return true if this edge links to the given node.
- 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.Log4J2LogFactory.LogAdapter
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- isTraceEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- isValid(int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- isValidating() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Whether this is a validating parser.
- isValueType(AbstractReferenceMap.ReferenceStrength) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Provided protected read-only access to the value type.
- isVerbose() - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Whether this serialization is in verbose mode.
- 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.Log4J2LogFactory.LogAdapter
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- isWarnEnabled() - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- isWrapperFor(Class) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- isWrapperFor(Class<?>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- IterableMap<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a map that can be iterated directly without needing to create an entry set.
- IterableSortedMap<K,V> - Interface in org.apache.openjpa.lib.util.collections
- iterator - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
-
The iterator being wrapped
- 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.collections.AbstractCollectionDecorator
- iterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet
- iterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet
- iterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values
- iterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySet
- iterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySet
- iterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.Values
- iterator() - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- iterator() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- iterator() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- iterator() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- iterator() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- iterator() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- iterator() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- IteratorChain<E> - Class in org.apache.openjpa.lib.util.collections
-
An IteratorChain is an Iterator that wraps a number of Iterators.
- IteratorChain() - Constructor for class org.apache.openjpa.lib.util.collections.IteratorChain
-
Construct an IteratorChain with no Iterators.
- IteratorChain(Collection<Iterator<? extends E>>) - Constructor for class org.apache.openjpa.lib.util.collections.IteratorChain
-
Constructs a new
IteratorChain
over the collection of iterators. - IteratorChain(Iterator<? extends E>) - Constructor for class org.apache.openjpa.lib.util.collections.IteratorChain
-
Construct an IteratorChain with a single Iterator.
- IteratorChain(Iterator<? extends E>...) - Constructor for class org.apache.openjpa.lib.util.collections.IteratorChain
-
Constructs a new
IteratorChain
over the array of iterators. - IteratorChain(Iterator<? extends E>, Iterator<? extends E>) - Constructor for class org.apache.openjpa.lib.util.collections.IteratorChain
-
Constructs a new
IteratorChain
over the two given iterators. - 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
- J2DoPrivHelper - Class in org.apache.openjpa.lib.util
-
Helper class to obtain the Privilege(Exception)Action object to perform Java 2 doPrivilege security sensitive function call in the following methods: AccessibleObject.setAccessible Class.forName Class.getClassLoader Class.getDeclaredField Class.getDeclaredFields Class.getDeclaredMethod Class.getDeclaredMethods Class.getProtectionDomain Class.getResource Class.newInstance ClassLoader.getParent ClassLoader.getResource ClassLoader.getResources ClassLoader.getSystemClassLoader File.deleteOnExit File.delete File.exists File.getAbsoluteFile File.getAbsolutePath File.getCanonicalPath File.listFiles File.length File.isDirectory File.mkdirs File.renameTo File.toURL FileInputStream new FileOutputStream new System.getProperties InetAddress.getByName MultiClassLoader new ServerSocket new Socket new Socket.accept System.getProperty Thread.getContextClassLoader Thread.setContextClassLoader Thread new TemporaryClassLoader new URL.openStream URLConnection.getContent ZipFile new AnnotatedElement.getAnnotations AnnotatedElement.getDeclaredAnnotations AnnotatedElement.isAnnotationPresent jakarta.validation.Validator.validate jakarta.validation.Validation.buildDefaultValidatorFactory If these methods are used, the following sample usage patterns should be followed to ensure proper privilege is granted:
- J2DoPrivHelper() - Constructor for class org.apache.openjpa.lib.util.J2DoPrivHelper
- JarFileURLMetaDataIterator - Class in org.apache.openjpa.lib.meta
-
Iterator over all metadata resources in a given resource addressed by a jar:file URL.
- JarFileURLMetaDataIterator(URL, MetaDataFilter) - Constructor for class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
- JavaVendors - Enum in org.apache.openjpa.lib.util
-
Utilities for dealing with different Java vendors.
- JavaVersions - Class in org.apache.openjpa.lib.util
-
Utilities for dealing with different Java specification 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
JDBCEvent
s. - JDBCEventConnectionDecorator() - Constructor for class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator
- JDBCListener - Interface in org.apache.openjpa.lib.jdbc
-
A listener for all
JDBCEvent
s that occur. - join(Object[], String) - Static method in class org.apache.openjpa.lib.util.StringUtil
- joinNames(String[], String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Joins several names with different naming rules into a single string using appropriate delimiters and separators
- joinNames(String[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- joinNames(String, String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Joins several names with different naming rules into a single string using appropriate delimiters and separators
- joinNames(String, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- joinNames(String, String[], String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Joins several names with different naming rules into a single string using the specified delimiter
- joinNames(String, String[], String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- joinNames(IdentifierConfiguration, IdentifierRule, String[], String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
Join names using a single naming rule and specified delimiter
- joinNames(IdentifierRule[], String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Joins several names with different naming rules into a single string using appropriate delimiters and separators
- joinNames(IdentifierRule[], String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
Joins multiple names together using the standard delimiting rules ex. ( {"s", "t", "c"} --> "s"."
- joinNames(IdentifierRule, String[]) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Joins several names with different naming rules into a single string using appropriate delimiters and separators
- joinNames(IdentifierRule, String[]) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- joinNames(IdentifierRule, String[], String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Joins several names with different naming rules into a single string using the specified delimiter
- joinNames(IdentifierRule, String[], String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- JULLogFactory - Class in org.apache.openjpa.lib.log
- JULLogFactory() - Constructor for class org.apache.openjpa.lib.log.JULLogFactory
K
- key - Variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
-
The key
- 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.collections.AbstractDualBidiMap
-
Gets a keySet view of the map.
- keySet() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the keySet view of the map.
- keySet() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- keySet() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Returns a set view of this map's keys.
- keySet() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Returns a set view of the keys contained in this map in key order.
- keySet() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- 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.
- keySet() - Method in class org.apache.openjpa.lib.util.OrderedMap
- KeySet(AbstractDualBidiMap<K, ?>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet
-
Constructs a new view of the BidiMap.
- KeySet(AbstractHashedMap<K, ?>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySet
- KeySetIterator(Iterator<K>, AbstractDualBidiMap<K, ?>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySetIterator
-
Constructor.
- KeySetIterator(AbstractHashedMap<K, ?>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySetIterator
- KeySetIterator(AbstractLinkedMap<K, ?>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.KeySetIterator
- KeyValue<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a simple key value pair.
L
- last - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
-
The last returned entry
- last - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySetIterator
-
The last returned entry
- last - Variable in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
-
The current (last returned) entry
- last() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- last() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- 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.collections.AbstractListDecorator
- lastKey - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySetIterator
-
The last returned key
- lastKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets the last key in the map, which is the most recently inserted.
- lastKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
- lastKey() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- lastKey() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- lastKey() - Method in interface org.apache.openjpa.lib.util.collections.OrderedMap
-
Gets the last key currently in this map.
- lastKey() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Gets the last (highest) key currently in this map.
- lastValue - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.ValuesIterator
-
The last returned value
- 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 interface org.apache.openjpa.lib.identifier.Identifier
- length() - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- length() - Method in class org.apache.openjpa.lib.util.CodeFormat
-
Return the length of the internal buffer.
- lengthAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.length().
- LinkedMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
A
Map
implementation that maintains the order of the entries. - LinkedMap() - Constructor for class org.apache.openjpa.lib.util.collections.LinkedMap
-
Constructs a new empty map with default size and load factor.
- LinkedMap(int) - Constructor for class org.apache.openjpa.lib.util.collections.LinkedMap
-
Constructs a new, empty map with the specified initial capacity.
- LinkedMap(int, float) - Constructor for class org.apache.openjpa.lib.util.collections.LinkedMap
-
Constructs a new, empty map with the specified initial capacity and load factor.
- LinkedMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.LinkedMap
-
Constructor copying elements from another map.
- LinkEntry(AbstractHashedMap.HashEntry<K, V>, int, Object, V) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkEntry
-
Constructs a new entry.
- LinkIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- LinkMapIterator(AbstractLinkedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkMapIterator
- listFilesAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.listFiles().
- listIterator() - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
- listIterator() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
- listIterator() - Method in class org.apache.openjpa.lib.rop.ListResultList
- listIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- listIterator() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- listIterator(int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
- listIterator(int) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
- listIterator(int) - Method in class org.apache.openjpa.lib.rop.ListResultList
- listIterator(int) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- listIterator(int) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- ListIteratorWrapper<E> - Class in org.apache.openjpa.lib.util.collections
-
Converts an
Iterator
into aResettableListIterator
. - ListIteratorWrapper(Iterator<? extends E>) - Constructor for class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Constructs a new
ListIteratorWrapper
that will wrap the given iterator. - 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(File, String) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- load(File, String) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Load given file, or return null if it is not a file this receiver understands.
- load(File, String, ClassLoader) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Load given file, or return false if it is not a file this provider understands.
- load(InputStream) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
-
Loads the properties in
in
, according to the rules described inProperties.load(java.io.Reader)
. - load(String, String, ClassLoader) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- load(String, String, ClassLoader) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Load the given given resource into the returned ConfigurationProvider, or return null if it is not a resource this receiver understands.
- load(String, String, ClassLoader) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Load the given given resource, or return false if it is not a resource this provider understands.
- loadClass(String) - Method in class org.apache.openjpa.lib.util.TemporaryClassLoader
- loadClass(String, boolean) - Method in class org.apache.openjpa.lib.util.TemporaryClassLoader
- loadDefaults(ClassLoader) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- loadDefaults(ClassLoader) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Load defaults into the returned ConfigurationProvider, or return null if no defaults are found.
- loadDefaults(ClassLoader) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return a
ConfigurationProvider
that has parsed system defaults. - loadFactor() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
-
Returns the load factor for this map.
- loadGlobals() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Automatically load global values from the system's
ProductDerivation
s, and from System properties. - loadGlobals(ClassLoader) - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- loadGlobals(ClassLoader) - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Load globals into the returned ConfigurationProvider, or return null if no globals are found.
- loadGlobals(ClassLoader) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Return a
ConfigurationProvider
that has parsed system globals. - Localizer - Class in org.apache.openjpa.lib.util
-
The Localizer provides convenient access to localized strings.
- Localizer.Message - Class in org.apache.openjpa.lib.util
-
A
Message
can provide a localized message via theLocalizer.Message.getMessage()
method call, and can also provide the original key, package, and substitution array that were used to assemble the message. - 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
- log(short, String, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
-
Send the specified log message to the handler.
- log(short, String, Throwable) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
- Log - Interface in org.apache.openjpa.lib.log
-
Logging interface that is independent of other logging frameworks.
- Log4J2LogFactory - Class in org.apache.openjpa.lib.log
-
LogFactory
implementation that delegates to the Log4J-2.x framework. - Log4J2LogFactory() - Constructor for class org.apache.openjpa.lib.log.Log4J2LogFactory
- Log4J2LogFactory.LogAdapter - Class in org.apache.openjpa.lib.log
-
Adapts a Log4J2 logger to the
Log
interface. - Log4JLogFactory - Class in org.apache.openjpa.lib.log
-
LogFactory
implementation that delegates to the Log4J 1.x 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. - logFactoryPlugin - Variable in class org.apache.openjpa.lib.conf.ConfigurationImpl
- LoggingCallableStatement(CallableStatement, String) - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- LoggingConnection(Connection) - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- LoggingConnectionDecorator - Class in org.apache.openjpa.lib.jdbc
-
A
ConnectionDecorator
that creates logging connections andReportingSQLException
s. - LoggingConnectionDecorator() - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
- LoggingConnectionDecorator.LoggingConnection - Class in org.apache.openjpa.lib.jdbc
-
Logging connection.
- LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement - Class in org.apache.openjpa.lib.jdbc
-
CallableStatement decorated with logging.
- LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData - Class in org.apache.openjpa.lib.jdbc
-
Metadata wrapper that logs actions.
- LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement - Class in org.apache.openjpa.lib.jdbc
- LoggingConnectionDecorator.LoggingConnection.LoggingResultSet - Class in org.apache.openjpa.lib.jdbc
-
Warning-handling result set.
- LoggingConnectionDecorator.LoggingConnection.LoggingStatement - Class in org.apache.openjpa.lib.jdbc
-
Statement wrapper that logs SQL to the parent data source and remembers the last piece of SQL to be executed on it.
- LoggingConnectionDecorator.SQLWarningHandler - Interface in org.apache.openjpa.lib.jdbc
-
Interface that allows customization of what to do when
SQLWarning
s occur. - LoggingDatabaseMetaData(DatabaseMetaData) - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingDatabaseMetaData
- LoggingPreparedStatement(PreparedStatement, String) - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- LoggingResultSet(ResultSet, Statement) - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- LoggingStatement(Statement) - Constructor for class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- LogImpl() - Constructor for class org.apache.openjpa.lib.log.LogFactoryImpl.LogImpl
- logJDBC(String, long, Connection) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
Log a JDBC message on behalf of the given connection.
- logJDBC(String, 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
OutputStream
s. - LogOutputStream(Log, int) - Constructor for class org.apache.openjpa.lib.log.LogOutputStream
-
Constructor.
- logSQL(String, long, Connection) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
Log a SQL message on behalf of the given connection.
- logSQL(String, Connection) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
Log a SQL message on behalf of the given connection.
- lookup(String, String, Log) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Looks up the given name in JNDI.
- LRUMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
A
Map
implementation with a fixed maximum size which removes the least recently used entry if an entry is added when full. - 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.collections.LRUMap
-
Constructs a new empty map with a maximum size of 100.
- LRUMap() - Constructor for class org.apache.openjpa.lib.util.LRUMap
- LRUMap(int) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int) - Constructor for class org.apache.openjpa.lib.util.LRUMap
- LRUMap(int, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, float) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructs a new, empty map with the specified max capacity and load factor.
- LRUMap(int, float) - Constructor for class org.apache.openjpa.lib.util.LRUMap
- LRUMap(int, float, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructs a new, empty map with the specified max capacity and load factor.
- LRUMap(int, int) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructs a new, empty map with the specified maximum size.
- LRUMap(int, int, float) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructs a new, empty map with the specified max / initial capacity and load factor.
- LRUMap(int, int, float, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructs a new, empty map with the specified max / initial capacity and load factor.
- LRUMap(Map) - Constructor for class org.apache.openjpa.lib.util.LRUMap
- LRUMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructor copying elements from another map.
- LRUMap(Map<? extends K, ? extends V>, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.LRUMap
-
Constructor copying elements from another map.
M
- main(String[]) - Static method in class org.apache.openjpa.lib.conf.ProductDerivations
-
Prints product derivation information.
- main(String[]) - Static method in class org.apache.openjpa.lib.jdbc.SQLFormatter
- makePrivate() - Method in class org.apache.openjpa.lib.conf.Value
-
Marks this Value for internal purpose only.
- MANUAL - org.apache.openjpa.lib.instrumentation.InstrumentationLevel
-
Manual start and stop.
- mapBackedSet(Map<E, ? super V>) - Static method in class org.apache.openjpa.lib.util.collections.MapBackedSet
-
Factory method to create a set from a map.
- mapBackedSet(Map<E, ? super V>, V) - Static method in class org.apache.openjpa.lib.util.collections.MapBackedSet
-
Factory method to create a set from a map.
- MapBackedSet<E,V> - Class in org.apache.openjpa.lib.util.collections
- 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.
- MapEntry(Map.Entry<K, V>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.MapEntry
-
Constructor.
- mapIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Obtains a
MapIterator
over the map. - mapIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractIterableMap
-
Obtains a
MapIterator
over the map. - mapIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets an iterator over the map.
- mapIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
- mapIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Gets a MapIterator over the reference map.
- mapIterator() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
-
Obtains a
MapIterator
over the map. - mapIterator() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
-
Obtains an ordered map iterator.
- mapIterator() - Method in interface org.apache.openjpa.lib.util.collections.IterableMap
-
Obtains a
MapIterator
over the map. - mapIterator() - Method in interface org.apache.openjpa.lib.util.collections.OrderedMap
-
Obtains an
OrderedMapIterator
over the map. - mapIterator() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
- mapIterator() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- MapIterator<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines an iterator that operates over a
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
- MatchAnnotationScanner(int) - Constructor for class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter.MatchAnnotationScanner
- matches(String) - Method in class org.apache.openjpa.lib.conf.Value
-
Affirms if the given key matches the property (or any of its equivalent).
- matches(String) - Method in class org.apache.openjpa.lib.util.SimpleRegex
- 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
- MAXIMUM_CAPACITY - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
The maximum capacity allowed
- maxSize() - Method in interface org.apache.openjpa.lib.util.collections.BoundedMap
-
Gets the maximum size of the map (the bound).
- maxSize() - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Gets the maximum size of the map (the bound).
- 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.
- MicroMuliplier - Static variable in class org.apache.openjpa.lib.util.TimestampHelper
- MilliMuliplier - Static variable in class org.apache.openjpa.lib.util.TimestampHelper
- mkdirsAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.mkdirs().
- moveToCurrentRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- moveToInsertRow() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- moveToMRU(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Moves an entry to the MRU position at the end of the list.
- 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(ClassLoader...) - Constructor for class org.apache.openjpa.lib.util.MultiClassLoader
- 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[]) - Constructor for class org.apache.openjpa.lib.log.MultiLogFactory
-
Create an instance with the given delegates.
- 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.
N
- NanoMuliplier - Static variable in class org.apache.openjpa.lib.util.TimestampHelper
- nativeSQL(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- needsConversion(IdentifierConfiguration) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- newConfiguration() - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
Implement this method to return a configuration object for the product in use.
- newDaemonThreadAction(Runnable, String) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedAction object for new Thread().
- newFileInputStreamAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for new FileInputStream().
- newFileOutputStreamAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for new FileOutputStream().
- newFileOutputStreamAction(String, boolean) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for new FileOutputStream().
- newInstance(String, Class<?>, Configuration, boolean) - Method in class org.apache.openjpa.lib.conf.ObjectValue
-
Allow subclasses to instantiate additional plugins.
- 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 as a String.
- newInstance(String, Configuration, Properties, ClassLoader) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Create and configure an instance with the given class name and properties.
- newInstanceAction(Class<T>) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for clazz.newInstance().
- 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.Log4J2LogFactory
- 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.
- newLogAdapter(String) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory
- newLogImpl() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
Create a new log.
- newMultiClassLoaderAction() - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for new MultiClassLoader().
- 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
- newServerSocketAction(int) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for new ServerSocket().
- newSocketAction(InetAddress, int) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for new Socket().
- newTemporaryClassLoaderAction(ClassLoader) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for new TemporaryClassLoader().
- newZipFileAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for new ZipFile().
- next - Variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
-
The next entry in the hash chain
- next - Variable in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
-
The next entry
- next() - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- next() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- next() - Method in class org.apache.openjpa.lib.meta.ClassMetaDataIterator
- next() - Method in class org.apache.openjpa.lib.meta.FileMetaDataIterator
- next() - Method in class org.apache.openjpa.lib.meta.JarFileURLMetaDataIterator
-
Return the next metadata resource.
- 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() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySetIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySetIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.ValuesIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySetIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashMapIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySetIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.ValuesIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractIteratorDecorator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.EntrySetIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.KeySetIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkMapIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.ValuesIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Gets the next entry in the bucket.
- next() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Gets the next key from the
Map
. - next() - Method in class org.apache.openjpa.lib.util.collections.FilterIterator
-
Returns the next object that matches the predicate.
- next() - Method in class org.apache.openjpa.lib.util.collections.IteratorChain
-
Returns the next Object of the current Iterator
- next() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Returns the next element from the iterator.
- next() - Method in interface org.apache.openjpa.lib.util.collections.MapIterator
-
Gets the next key from the
Map
. - next() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- next() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- next(int) - Static method in class org.apache.openjpa.lib.util.UUIDGenerator
-
Return a unique UUID value.
- nextEntry() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
- nextEntry() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- nextHex(int) - 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
- nextIndex() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Returns the index of the next element.
- nextIndex() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- nextKey(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets the next key in sequence.
- nextKey(K) - Method in class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
- nextKey(K) - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- nextKey(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- nextKey(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- nextKey(K) - Method in interface org.apache.openjpa.lib.util.collections.OrderedMap
-
Gets the next key after the one specified.
- nextKey(K) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Gets the next key after the one specified.
- nextString(int) - Static method in class org.apache.openjpa.lib.util.UUIDGenerator
-
Return the next unique uuid value as a 16-character string.
- NO_NEXT_ENTRY - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
- NO_PREVIOUS_ENTRY - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
- nodeSeen(Object) - Method in interface org.apache.openjpa.lib.graph.GraphVisitor
-
May not be called.
- nodeVisited(Object) - Method in interface org.apache.openjpa.lib.graph.GraphVisitor
-
will only be called once per node
- NoneLog() - Constructor for class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- 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.
- NULL - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
An object for masking null
- 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
- nullValue() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
This method can be overriden to provide custom logic to purge value
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
- onPurge() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
This is the callback for custom "after purge" logic
- 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.
- openStreamAction(URL) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for url.openStream().
- 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.
- OrderedBidiMap<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a map that allows bidirectional lookup between key and values and retains and provides access to an ordering.
- OrderedIterator<E> - Interface in org.apache.openjpa.lib.util.collections
-
Defines an iterator that operates over an ordered container.
- OrderedMap<K,V> - Class in org.apache.openjpa.lib.util
-
A Map with predictable iteration order.
- OrderedMap<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a map that maintains order and allows both forward and backward iteration through that order.
- OrderedMap() - Constructor for class org.apache.openjpa.lib.util.OrderedMap
-
Construct with predictable insertion order.
- OrderedMap(boolean) - Constructor for class org.apache.openjpa.lib.util.OrderedMap
-
Construct with predictable iteration order.
- OrderedMapIterator<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines an iterator that operates over an ordered
Map
. - 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.encryption - package org.apache.openjpa.lib.encryption
- org.apache.openjpa.lib.graph - package org.apache.openjpa.lib.graph
-
Graph Abstraction
- org.apache.openjpa.lib.identifier - package org.apache.openjpa.lib.identifier
- org.apache.openjpa.lib.instrumentation - package org.apache.openjpa.lib.instrumentation
- 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.collections - package org.apache.openjpa.lib.util.collections
-
commons-collections4 import.
- org.apache.openjpa.lib.util.concurrent - package org.apache.openjpa.lib.util.concurrent
-
Concurrent Utilities
- org.apache.openjpa.lib.util.git - package org.apache.openjpa.lib.util.git
- org.apache.openjpa.lib.xml - package org.apache.openjpa.lib.xml
-
XML Handling
- OTHER - org.apache.openjpa.lib.util.JavaVendors
- 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.
- parent - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
-
The parent map
- parent - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySetIterator
-
The parent map
- parent - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySetIterator
-
The parent map
- parent - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.MapEntry
-
The parent map
- parent - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.ValuesIterator
-
The parent map
- parent - Variable in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
-
The parent map
- parent - Variable in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
-
The parent map
- 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(File) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- parse(Reader, String) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
-
Parse the metadata in the given reader.
- parse(Reader, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- 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(Class, boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- parse(String) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
-
Parse the given resource.
- parse(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- parse(String, Class<T>) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Parse the given
- parse(URL) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
-
Parse the given resource.
- parse(URL) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- parse(MetaDataIterator) - Method in interface org.apache.openjpa.lib.meta.MetaDataParser
-
Parse the metadata supplied by the given iterator.
- parse(MetaDataIterator) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- parseConfigResource(String) - Static method in class org.apache.openjpa.lib.conf.Configurations
- 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(String, Throwable) - Constructor for exception org.apache.openjpa.lib.util.ParseException
- ParseException(Throwable) - Constructor for exception org.apache.openjpa.lib.util.ParseException
- ParseException(Localizer.Message) - Constructor for exception org.apache.openjpa.lib.util.ParseException
- ParseException(Localizer.Message, 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
- PERCENT - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- 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
- populateConfiguration(Configuration, Options) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Set the given
Configuration
instance from the command line options provided. - preClose() - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
-
Invoked by final method
ConfigurationImpl.close()
after invoking theProductDerivation.beforeConfigurationClose(org.apache.openjpa.lib.conf.Configuration)
callbacks but before performing internal close operations. - 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, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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.ConfiguringConnectionDecorator.ConfiguringConnection
- 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, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- prepareStatement(String, int) - 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[], boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- prepareStatement(String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- prepareStatement(String, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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.ConfiguringConnectionDecorator.ConfiguringConnection
- 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, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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, int, int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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
- prepareStatement(String, String[], boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- previous() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
- previous() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.EntrySetIterator
- previous() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.KeySetIterator
- previous() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkMapIterator
- previous() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.ValuesIterator
- previous() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator.SortedMapIterator
-
Gets the previous key from the
Map
. - previous() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- previous() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Returns the previous element.
- previous() - Method in interface org.apache.openjpa.lib.util.collections.OrderedIterator
-
Gets the previous element from the container.
- previous() - Method in interface org.apache.openjpa.lib.util.collections.OrderedMapIterator
-
Gets the previous key from the
Map
. - previous() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- previous() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- previousEntry() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- previousIndex() - Method in class org.apache.openjpa.lib.rop.ResultListIterator
- previousIndex() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Returns the index of the previous element.
- previousIndex() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- previousKey(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Gets the previous key in sequence.
- previousKey(K) - Method in class org.apache.openjpa.lib.util.collections.AbstractOrderedMapDecorator
- previousKey(K) - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- previousKey(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- previousKey(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- previousKey(K) - Method in interface org.apache.openjpa.lib.util.collections.OrderedMap
-
Gets the previous key before the one specified.
- previousKey(K) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Gets the previous key before the one specified.
- ProductDerivation - Interface in org.apache.openjpa.lib.conf
-
Hooks for deriving products with additional functionality.
- ProductDerivations - Class in org.apache.openjpa.lib.conf
-
Utilities for running product derivations.
- ProductDerivations() - Constructor for class org.apache.openjpa.lib.conf.ProductDerivations
- purge() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Purges stale mappings from this map.
- purge(Reference<?>) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Purges the specified reference.
- purge(Reference<?>) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Purges the specified reference
- purgeBeforeRead() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Purges stale mappings from this map before read operations.
- purgeBeforeWrite() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Purges stale mappings from this map before write operations.
- 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
- put(K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- put(K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Puts a key-value mapping into this map.
- put(K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- put(K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Puts a key-value mapping into this map.
- put(K, V) - Method in interface org.apache.openjpa.lib.util.collections.BidiMap
-
Puts the key-value pair into the map, replacing any previous pair.
- put(K, V) - Method in interface org.apache.openjpa.lib.util.collections.IterableMap
-
Note that the return type is Object, rather than V as in the Map interface.
- put(K, V) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Puts the key-value pair into the map, replacing any previous pair.
- put(K, V) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- put(K, V) - Method in class org.apache.openjpa.lib.util.OrderedMap
- 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 viaFormatPreservingProperties.put(java.lang.Object, java.lang.Object)
. - putAll(Map<? extends K, ? extends V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Puts all the values from the specified map into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- putAll(Map<? extends K, ? extends V>) - Method in interface org.apache.openjpa.lib.util.collections.IterableMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Puts all the mappings from the specified map into this map.
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.openjpa.lib.util.OrderedMap
- putIfAbsent(Object, Object) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap
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 byConfigurationImpl.writeExternal(java.io.ObjectOutput)
. - ready() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
- ReferenceEntry(AbstractReferenceMap<K, V>, AbstractHashedMap.HashEntry<K, V>, int, K, V) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Creates a new entry object for the ReferenceMap.
- ReferenceHashMap - Class in org.apache.openjpa.lib.util
-
Map in which the key, value, or both may be weak/soft references.
- ReferenceHashMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.openjpa.lib.util.ReferenceHashMap
- ReferenceHashMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, 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(AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.openjpa.lib.util.ReferenceHashSet
-
Construct a set with the given reference type.
- ReferenceIdentityMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
A
Map
implementation that allows mappings to be removed by the garbage collector and matches keys and values based on==
notequals()
. - ReferenceIdentityMap() - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMap
that will use hard references to keys and soft references to values. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMap
that will use the specified types of references. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMap
that will use the specified types of references. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMap
with the specified reference types, load factor and initial capacity. - ReferenceIdentityMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap
-
Constructs a new
ReferenceIdentityMap
with the specified reference types, load factor and initial capacity. - ReferenceMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
A
Map
implementation that allows mappings to be removed by the garbage collector. - ReferenceMap - Interface in org.apache.openjpa.lib.util
-
A
Map
type that can hold its keys, values, or both with weak or soft references. - ReferenceMap() - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceMap
-
Constructs a new
ReferenceMap
that will use hard references to keys and soft references to values. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceMap
-
Constructs a new
ReferenceMap
that will use the specified types of references. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceMap
-
Constructs a new
ReferenceMap
that will use the specified types of references. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceMap
-
Constructs a new
ReferenceMap
with the specified reference types, load factor and initial capacity. - ReferenceMap(AbstractReferenceMap.ReferenceStrength, AbstractReferenceMap.ReferenceStrength, int, float, boolean) - Constructor for class org.apache.openjpa.lib.util.collections.ReferenceMap
-
Constructs a new
ReferenceMap
with the specified reference types, load factor and initial capacity. - Reflectable - Annotation Type in org.apache.openjpa.lib.util
-
Annotates a getter method or field so
reflection utility
to control whether the annotated member is recorded during scanning for bean-style method or field. - 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
- relative(int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingResultSet
- releaseSavepoint(Savepoint) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- releaseSavepoint(Savepoint) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- remove() - Method in class org.apache.openjpa.lib.rop.ResultObjectProviderIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySetIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySetIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.ValuesIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.AbstractUntypedIteratorDecorator
- remove() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Removes the last returned key from the underlying
Map
(optional operation). - remove() - Method in class org.apache.openjpa.lib.util.collections.FilterIterator
-
Removes from the underlying collection of the base iterator the last element returned by this iterator.
- remove() - Method in class org.apache.openjpa.lib.util.collections.IteratorChain
-
Removes from the underlying collection the last element returned by the Iterator.
- remove() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Throws
UnsupportedOperationException
ifListIteratorWrapper.previous()
has ever been called. - remove() - Method in interface org.apache.openjpa.lib.util.collections.MapIterator
-
Removes the last returned key from the underlying
Map
(optional operation). - remove() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- remove() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- remove(int) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- remove(int) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- remove(int) - Method in class org.apache.openjpa.lib.util.collections.LinkedMap
-
Removes the element at the specified index.
- remove(int) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- remove(Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySet
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySet
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Removes the specified mapping from this map.
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Removes the mapping for this key from this map if present.
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- remove(Object) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- 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.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.FormatPreservingProperties
-
Removes the key from the bookkeeping collectiotns as well.
- remove(Object) - Method in class org.apache.openjpa.lib.util.OrderedMap
- remove(Object) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- REMOVE_INVALID - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
- removeAll(Collection) - 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.collections.AbstractCollectionDecorator
- removeAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
- removeAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- removeAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- removeAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- removeAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- removeAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- removeAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- 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.
- 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. - 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.
- removeDelimiters(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Remove delimiters from a delimited name
- removeDelimiters(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- removeDelimiters(IdentifierConfiguration, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Remove delimiters from a delimited name
- removeDelimiters(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- removeDelimiters(IdentifierConfiguration, IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- removeDelimiters(IdentifierConfiguration, IdentifierRule, String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- removeDelimiters(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Remove delimiters from a delimited name
- removeDelimiters(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- 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.
- 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. - removeEdge(Edge) - Method in class org.apache.openjpa.lib.graph.Graph
-
Remove an edge from the graph.
- removeEntry(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Removes an entry from the chain stored in a particular index.
- removeEntry(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap
-
Removes an entry from the map and the linked list.
- 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) - 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.
- 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. - removeGraphVisitor(GraphVisitor) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
-
remove a given
GraphVisitor
from the listener set. - removeHungarianNotation(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Removes Hungarian notation from the specified string.
- removeHungarianNotation(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- removeHungarianNotation(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Removes Hungarian notation from the specified string.
- removeHungarianNotation(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- removeIf(Predicate<? super E>) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- removeIf(Predicate<? super E>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
- removeIf(Predicate<? super E>) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- removeIf(Predicate<? super E>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- removeIf(Predicate<? super E>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- removeIf(Predicate<? super E>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- removeIf(Predicate<? super Map.Entry<K, V>>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- removeInstrumentByName(String) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- removeInstrumentByName(String) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Removes an instrument instrumented by this provider by name
- 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.
- 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. - 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.
- removeListener(ValueListener) - Method in class org.apache.openjpa.lib.conf.Value
- removeLogFactory(LogFactory) - Method in class org.apache.openjpa.lib.log.MultiLogFactory
- 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.
- 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. - removeLRU(AbstractLinkedMap.LinkEntry) - Method in class org.apache.openjpa.lib.util.LRUMap
- removeLRU(AbstractLinkedMap.LinkEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Subclass method to control removal of the least recently used entry from the map.
- removeMapping(AbstractHashedMap.HashEntry<K, V>, int, AbstractHashedMap.HashEntry<K, V>) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Removes a mapping from the map.
- removeNode(Object) - Method in class org.apache.openjpa.lib.graph.Graph
-
Remove a node from the graph.
- 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.
- removeProperty(String, String, String) - Method in class org.apache.openjpa.lib.util.Options
-
Specialization of
Properties.remove(Object)
to allow a value to appear under either of two keys; useful for short and long versions of command-line flags. - removeProperty(String, Map) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Remove the property under the given partial key, prefixed with any possible configuration prefix.
- removeProperty(String, Map<?, ?>, Map<?, ?>) - Static method in class org.apache.openjpa.lib.conf.Configurations
- 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(Object) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- removeValue(Object) - Method in interface org.apache.openjpa.lib.util.collections.BidiMap
-
Removes the key-value pair that is currently mapped to the specified value (optional operation).
- removeValue(Object) - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Removes the mapping for this value from this map if present.
- 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
- renameToAction(File, File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for f.renameTo().
- replace(String, String, String) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Replace all instances of
from
instr
withto
. - ReportingSQLException - Exception in org.apache.openjpa.lib.jdbc
-
A
SQLException
that contains information about theStatement
SQL that caused the exception. - ReportingSQLException(SQLException, Statement, String) - Constructor for exception org.apache.openjpa.lib.jdbc.ReportingSQLException
-
Supply original exception and non-null Statement and/or SQL string.
- requiresDelimiters(String) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
-
SQL identifier rules: 1) Can be up to 128 characters long 2) Must begin with a letter 3) Can contain letters, digits, and underscores 4) Can't contain spaces or special characters such as #, $, &, %, or punctuation. 5) Can't be reserved words
- requiresDelimiters(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name requires delimiters based upon: The SQL-92 Reference definition of a valid unquoted name The naming rule specified
- requiresDelimiters(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- requiresDelimiters(IdentifierConfiguration, IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- requiresDelimiters(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Determines whether a name requires delimiters based upon: The SQL-92 Reference definition of a valid unquoted name The naming rule specified
- requiresDelimiters(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- 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.util.collections.AbstractDualBidiMap.BidiMapIterator
- reset() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- reset() - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator.SortedMapIterator
-
Resets the iterator back to the position at which the iterator was created.
- reset() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- reset() - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Resets the iterator back to the position at which the iterator was created.
- reset() - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
-
Resets this iterator back to the position at which the iterator was created.
- reset() - Method in interface org.apache.openjpa.lib.util.collections.ResettableIterator
-
Resets the iterator back to the position at which the iterator was created.
- reset() - Method in class org.apache.openjpa.lib.xml.DocTypeReader
- RESETTABLE_INSTANCE - Static variable in class org.apache.openjpa.lib.util.collections.EmptyIterator
-
Singleton instance of the iterator.
- resettableEmptyIterator() - Static method in class org.apache.openjpa.lib.util.collections.EmptyIterator
-
Get a typed resettable empty iterator instance.
- ResettableIterator<E> - Interface in org.apache.openjpa.lib.util.collections
-
Defines an iterator that can be reset back to an initial state.
- ResettableListIterator<E> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a list iterator that can be reset back to an initial state.
- resolve(int) - Static method in enum org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
-
Resolve enum from int.
- 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.
- restart() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- restart() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Restarts the instrument.
- ResultList<E> - 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.util.ReferenceHashSet
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
- retainAll(Collection<?>) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- reuseEntry(AbstractHashedMap.HashEntry<K, V>, int, int, K, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Reuses an existing key-value mapping, storing completely new data.
- reuseMapping(AbstractLinkedMap.LinkEntry<K, V>, int, int, K, V) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Reuses an entry by removing it and moving it to a new place in the map.
- 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.ConfiguringConnectionDecorator.ConfiguringConnection
- rollback() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- rollback() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- rollback(Savepoint) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- rollback(Savepoint) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- 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
- run(Options) - Method in interface org.apache.openjpa.lib.conf.Configurations.Runnable
- runAgainstAllAnchors(Options, Configurations.Runnable) - Static method in class org.apache.openjpa.lib.conf.Configurations
-
Runs
runnable
against all the anchors in the configuration pointed to byopts
.
S
- save(OutputStream, String) - Method in class org.apache.openjpa.lib.util.FormatPreservingProperties
- 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(int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
- serialize(File, int) - Method in interface org.apache.openjpa.lib.meta.MetaDataSerializer
-
Serialize the current set of objects to the given file.
- serialize(File, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
- serialize(Writer, int) - Method in interface org.apache.openjpa.lib.meta.MetaDataSerializer
-
Serialize the current set of objects to the given stream.
- serialize(Writer, int) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
- serialize(Collection<Object>) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Serialize the given set of objects.
- 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(Map, 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.
- 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(int) - Method in class org.apache.openjpa.lib.conf.IntValue
-
The internal value.
- set(int, E) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- set(int, E) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- set(int, Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- set(E) - Method in class org.apache.openjpa.lib.util.collections.ListIteratorWrapper
- set(E) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
- set(File) - Method in class org.apache.openjpa.lib.conf.FileValue
-
The internal value.
- set(Class<?>[]) - Method in class org.apache.openjpa.lib.conf.ClassListValue
- 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.StringValue
-
The internal value.
- set(String[]) - Method in class org.apache.openjpa.lib.conf.StringListValue
-
The internal value.
- setAccessibleAction(AccessibleObject, boolean) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for aObj.setAccessible().
- 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.
- setAllowCompaction(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- 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. - setAllowTruncation(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setArray(int, Array) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setArray(int, Array) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setArray(int, Array) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setArray(int, Array) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setAsciiStream(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setAsciiStream(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setAsciiStream(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setAsciiStream(String, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setAsciiStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setAsciiStream(String, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setAutoCommit(boolean) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator.ConfiguringConnection
- setAutoCommit(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setAutoCommit(Boolean) - Method in class org.apache.openjpa.lib.jdbc.ConfiguringConnectionDecorator
-
Whether auto commit should be on.
- setBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setBigDecimal(int, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setBigDecimal(String, BigDecimal) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBinaryStream(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBinaryStream(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setBinaryStream(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBinaryStream(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setBinaryStream(String, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBinaryStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBinaryStream(String, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBlob(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBlob(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setBlob(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBlob(int, InputStream, long) - 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
- setBlob(int, Blob) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setBlob(int, Blob) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setBlob(String, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBlob(String, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBlob(String, Blob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBoolean(int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBoolean(int, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setBoolean(int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setBoolean(int, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setBoolean(String, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- 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(int, byte) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setByte(int, byte) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setByte(int, byte) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setByte(String, byte) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBytes(int, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setBytes(int, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setBytes(int, byte[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setBytes(int, byte[]) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setBytes(String, byte[]) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setCaching(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Whether parsed resource names are cached to avoid duplicate parsing.
- setCanDelimit(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- 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) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setCharacterStream(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setCharacterStream(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setCharacterStream(String, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setCharacterStream(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- 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
- setClientInfo(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setClientInfo(Properties) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setClob(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setClob(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setClob(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setClob(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setClob(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setClob(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setClob(String, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setCollection(Collection<E>) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
-
Sets the collection being decorated.
- setComments(String[]) - Method in interface org.apache.openjpa.lib.xml.Commentable
-
Set comments.
- setComparator(int, Comparator<E>) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Replace the Comparator at the given index, maintaining the existing sort order.
- setComparator(int, Comparator<E>, boolean) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Replace the Comparator at the given index in the ComparatorChain, using the given sort order
- setConfiguration(Configuration) - Method in interface org.apache.openjpa.lib.conf.Configurable
-
Invoked prior to setting bean properties.
- setConfiguration(Configuration) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- setConfiguration(Configuration) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- setConfiguration(Configuration) - Method in class org.apache.openjpa.lib.log.JULLogFactory
- setConfiguration(Configuration) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
- setContext(Object) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- setContext(Object) - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Sets the context of the instrument.
- setContextClassLoaderAction(ClassLoader) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for Thread.currentThread .setContextClassLoader().
- 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
- setCycle(List<Edge>) - Method in class org.apache.openjpa.lib.graph.Edge
-
List of edges forming a cycle.
- setDate(int, Date) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setDate(int, Date) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setDate(int, Date) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setDate(int, Date) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setDate(int, Date, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setDate(int, Date, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setDate(int, Date, Calendar) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setDate(int, Date, Calendar) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- 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
- setDefault(String) - Method in class org.apache.openjpa.lib.conf.Value
-
The default value for the property 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(short) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
The default level for unconfigured log channels.
- 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.
- setDeferResourceLoading(boolean) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- setDelimitReservedWords(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- 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(int, double) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setDouble(int, double) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setDouble(int, double) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setDouble(String, double) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setDoubleSpace(boolean) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
-
If true, then output two lines after multi-line statements.
- setDynamic(boolean) - Method in class org.apache.openjpa.lib.conf.Value
-
Sets if this receiver can be mutated even when the configuration it belongs to has been
frozen
. - 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
- setFailFast(boolean) - Method in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Whether to fail after the first exception thrown by any listener.
- setFatal(boolean) - Method in exception org.apache.openjpa.lib.conf.BootstrapException
- 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(int, float) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setFloat(int, float) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setFloat(int, float) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setFloat(String, float) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setForwardSort(int) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Change the sort order at the given index in the ComparatorChain to a forward sort.
- 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
- setId(String) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
An environment-specific identifier for this configuration.
- setId(String) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- setIdentifierConfiguration(IdentifierConfiguration) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Set the naming configuration to use for naming operations.
- setIdentifierConfiguration(IdentifierConfiguration) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- setIndexOfFirstFailedObject(int) - Method in exception org.apache.openjpa.lib.jdbc.ReportingSQLException
- 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).
- setInstrument(String) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- setInstrument(String) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Used to associate one or more instruments to a provider.
- setInt(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setInt(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setInt(int, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setInt(int, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setInt(String, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.BooleanValue
- setInternalObject(Object) - Method in class org.apache.openjpa.lib.conf.ClassListValue
- 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.ClassListValue
- 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(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.
- setInto(Configuration) - Method in interface org.apache.openjpa.lib.conf.ConfigurationProvider
-
Set loaded information into the given configuration.
- 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 interface org.apache.openjpa.lib.conf.GenericConfigurable
-
Perform any generic configuration based on the data in
opts
. - setInto(Options) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
- setIsolate(boolean) - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
Whether we want the ClassLoader to be isolated from all other ClassLoaders
- setIterator(Iterator<? extends E>) - Method in class org.apache.openjpa.lib.util.collections.FilterIterator
-
Sets the iterator for this iterator to use.
- setJDBCLog(Log) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
The log to write JDBC messages to.
- setKey(K) - Method in class org.apache.openjpa.lib.util.collections.AbstractKeyValue
- 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.
- setLoadKey(String) - Method in class org.apache.openjpa.lib.conf.Value
-
Sets key under which this value was loaded.
- 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.ClassAnnotationMetaDataFilter
- 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(int, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setLong(int, long) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setLong(int, long) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setLong(String, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- 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
- setMaxLength(int) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- 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.
- setMustBeginWithLetter(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setMustDelimit(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setName(String) - Method in interface org.apache.openjpa.lib.identifier.Identifier
- setName(String) - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- setName(String) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setNameDelimited(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- setNCharacterStream(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNCharacterStream(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNCharacterStream(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNCharacterStream(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNClob(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNClob(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNClob(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNClob(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNClob(int, NClob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNClob(int, NClob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNClob(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNClob(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNClob(String, NClob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNetworkTimeout(Executor, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setNewline(String) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
- setNodeComparator(Comparator<Object>) - Method in class org.apache.openjpa.lib.graph.DepthFirstAnalysis
-
Set the comparator that should be used for ordering groups of nodes with the same dependencies.
- setNString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNString(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNull(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNull(int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNull(int, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setNull(int, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setNull(int, int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setNull(int, int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setNull(int, int, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setNull(int, int, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- 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
- setNullable(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setNullOnNoLocator(boolean) - Method in class org.apache.openjpa.lib.xml.Location
- setObject(int, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setObject(int, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setObject(int, Object) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setObject(int, Object) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setObject(int, Object, int, int) - 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, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setObject(int, Object, int, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setObject(Object) - Method in class org.apache.openjpa.lib.conf.Value
-
Set this value as an object.
- setObject(String, Object) - 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, int, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setOnlyLettersDigitsUnderscores(boolean) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setOptions(String) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- setOptions(String) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- setOptions(String) - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Sets options to specify for the instrument in standard string form.
- setOptions(String) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Sets configuration options for this provider
- setOverrideContextClassloader(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- 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.
- setParsing(boolean) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- setPoolable(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setPoolable(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setPoolable(boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- setPredicate(Predicate<? super E>) - Method in class org.apache.openjpa.lib.util.collections.FilterIterator
-
Sets the predicate this the iterator to use.
- setPrettyPrint(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
-
If set to
true
, pretty-print SQL by running it throughSQLFormatter.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.
- setPrintParameters(boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator
- 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.PluginValue
-
The plugin properties.
- setProperties(String[]) - Method in class org.apache.openjpa.lib.conf.PluginListValue
-
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, 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.
- 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 isnull
. - setProvider(InstrumentationProvider) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- setProvider(InstrumentationProvider) - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Sets the instrumentation provider for the instrument.
- 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 class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setReadOnly(int) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Lock down the configuration's state.
- setReadOnly(int) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- setRef(int, Ref) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setRef(int, Ref) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setRef(int, Ref) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setRef(int, Ref) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setRemovedFromGraph() - Method in class org.apache.openjpa.lib.graph.Edge
-
Mark this edge as removed from the graph.
- setReservedWords(Set<String>) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setReverseSort(int) - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Change the sort order at the given index in the ComparatorChain to a reverse sort.
- setRowId(int, RowId) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setRowId(int, RowId) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setRowId(String, RowId) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setSavepoint() - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setSavepoint() - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- setSavepoint(String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setSavepoint(String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection
- setSchema(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(int, short) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setShort(int, short) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setShort(int, short) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setShort(String, short) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- 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.
- setSpecialCharacters(String) - Method in class org.apache.openjpa.lib.identifier.IdentifierRule
- setSQLLog(Log) - Method in class org.apache.openjpa.lib.jdbc.DataSourceLogs
-
The log to write SQL messages to.
- setSQLXML(int, SQLXML) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setSQLXML(int, SQLXML) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setSQLXML(String, SQLXML) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setStarted(boolean) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrument
- setStarted(boolean) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- setStarted(boolean) - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Sets whether the instrument is an available state.
- setStream(PrintStream) - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
-
The stream to write to.
- setString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setString(int, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setString(int, String) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- 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(String, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- 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) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setTime(int, Time) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setTime(int, Time) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setTime(int, Time, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setTime(int, Time, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setTime(int, Time, Calendar) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setTime(int, Time, Calendar) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- 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
- setTimestamp(int, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setTimestamp(int, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setTimestamp(int, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setTimestamp(int, Timestamp) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- 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
- 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
- setType(int) - Method in class org.apache.openjpa.lib.graph.Edge
-
Traversal bookkeeping info.
- setTypeMap(Map<String, Class<?>>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
-
Deprecated.
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
-
Deprecated.
- setURL(int, URL) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setURL(int, URL) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- setURL(int, URL) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- setURL(int, URL) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- setURL(String, URL) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- setUseParentClassloader(boolean) - Method in class org.apache.openjpa.lib.ant.AbstractTask
-
Whether we want to delegate to the parent ClassLoader for resolveing classes.
- setUserClassLoader(ClassLoader) - Method in interface org.apache.openjpa.lib.conf.Configuration
-
Sets an additional classloader to load custom plugin values.
- setUserClassLoader(ClassLoader) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- setUserObject(Object) - Method in class org.apache.openjpa.lib.graph.Edge
-
Arbitrary user object associated with the edge.
- setUserObject(Object) - Method in class org.apache.openjpa.lib.rop.AbstractResultList
- setUserObject(Object) - Method in interface org.apache.openjpa.lib.rop.ResultList
-
Set the opaque user object to this receiver.
- 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
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.MapEntry
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractEmptyMapIterator
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashMapIterator
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractKeyValue
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkMapIterator
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntry
-
Sets the value stored in this
Map.Entry
. - setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Sets the value of the entry.
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.EntrySetToMapIteratorAdapter
-
Sets the value associated with the current key (optional operation).
- setValue(V) - Method in interface org.apache.openjpa.lib.util.collections.MapIterator
-
Sets the value associated with the current key (optional operation).
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableMapEntry
-
Throws UnsupportedOperationException.
- setValue(V) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
- SETVALUE_INVALID - Static variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
- 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.
- setWeight(double) - Method in class org.apache.openjpa.lib.graph.Edge
-
Set the weight of the edge.
- setWrapIndent(String) - Method in class org.apache.openjpa.lib.jdbc.SQLFormatter
- 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 theListResultObjectProvider
. - 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.collections.AbstractCollectionDecorator
- size() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- size() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.EntrySet
- size() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.KeySet
- size() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the size of the map.
- size() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.Values
- size() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- size() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Gets the size of the map.
- size() - Method in class org.apache.openjpa.lib.util.collections.ComparatorChain
-
Number of Comparators in the current ComparatorChain.
- size() - Method in class org.apache.openjpa.lib.util.collections.IteratorChain
-
Returns the remaining number of Iterators in the current IteratorChain.
- size() - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- size() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Returns the number of key-value mappings in this map.
- 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.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.MultiClassLoader
-
Return the number of internal class loaders.
- size() - Method in class org.apache.openjpa.lib.util.OrderedMap
- 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
- SLF4JLogFactory - Class in org.apache.openjpa.lib.log
-
LogFactory
implementation that delegates to the SLF4J framework. - SLF4JLogFactory() - Constructor for class org.apache.openjpa.lib.log.SLF4JLogFactory
- SLF4JLogFactory.LogAdapter - Class in org.apache.openjpa.lib.log
-
Adapts a Log4J logger to the
Log
interface. - SOFT - org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
- 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
- SortedBidiMap<K,V> - Interface in org.apache.openjpa.lib.util.collections
-
Defines a map that allows bidirectional lookup between key and values and retains both keys and values in sorted order.
- SortedMapIterator(Set<Map.Entry<K, V>>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator.SortedMapIterator
-
Create a new AbstractSortedMapDecorator.SortedMapIterator.
- 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
SourceTracker
s. - SourceTrackers() - Constructor for class org.apache.openjpa.lib.meta.SourceTrackers
- SPACE - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- split(String, String, int) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Splits the given string on the given token.
- splitName(String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Splits a combined name name using the provided naming rule
- splitName(String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- splitName(String, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Splits a combined name name using the provided naming rule and delimiter.
- splitName(String, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- splitName(IdentifierConfiguration, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- splitName(IdentifierConfiguration, IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- splitName(IdentifierRule, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Splits a combined name name using the provided naming rule
- splitName(IdentifierRule, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- splitName(IdentifierRule, String, String) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Splits a combined name name using the provided naming rule and delimiter.
- splitName(IdentifierRule, String, String) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
-
Splits names using single naming rule and appropriate separators
- 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
- start() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- start() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Starts the instrument.
- start() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Stops the instrumentation provider
- 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.
- startConfiguration() - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- startConfiguration() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- startConfiguration() - Method in class org.apache.openjpa.lib.log.JULLogFactory
- startConfiguration() - Method in class org.apache.openjpa.lib.log.LogFactoryImpl
- startDTD(String, String, String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- startElement(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataSerializer
-
Start an element with the current attribute settings.
- 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.CFMetaDataParser
- startElement(String, Attributes) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
-
Override this method marking the start of some element.
- startElement(String, Attributes) - Method in class org.apache.openjpa.lib.meta.XMLVersionParser
- startEntity(String) - Method in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- startExtendedClass(String, Attributes) - Method in class org.apache.openjpa.lib.meta.CFMetaDataParser
- startInstrument(Instrument) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Starts an instrument
- startInstruments(InstrumentationLevel, Object) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- startInstruments(InstrumentationLevel, Object) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Starts all instruments of the specified instrumentation level and context.
- 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
- stop() - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- stop() - Method in interface org.apache.openjpa.lib.instrumentation.Instrument
-
Starts the instrument.
- stop() - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Starts the instrumentation provider
- stopInstrument(Instrument) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- stopInstrument(Instrument) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Stops an instrument
- stopInstrument(Instrument, boolean) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Stops an instrument, forcing the stop, if necessary.
- stopInstruments(InstrumentationLevel, Object) - Method in class org.apache.openjpa.lib.instrumentation.AbstractInstrumentationProvider
- stopInstruments(InstrumentationLevel, Object) - Method in interface org.apache.openjpa.lib.instrumentation.InstrumentationProvider
-
Stops all instruments of the specified instrumentation level and context.
- 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
- StringUtil - Class in org.apache.openjpa.lib.util
- StringValue - Class in org.apache.openjpa.lib.conf
-
A string
Value
. - StringValue(String) - Constructor for class org.apache.openjpa.lib.conf.StringValue
- stripEnd(String, String) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Strips any of a set of characters from the end of a String.
- subList(int, int) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
- subList(int, int) - Method in class org.apache.openjpa.lib.rop.LazyForwardResultList
- subList(int, int) - Method in class org.apache.openjpa.lib.rop.ListResultList
- subList(int, int) - Method in class org.apache.openjpa.lib.util.collections.AbstractListDecorator
- subList(int, int) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
- subMap(K, K) - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- subMap(K, K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- subMap(K, K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- 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.
- SUN - org.apache.openjpa.lib.util.JavaVendors
- 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
- supportsStoredFunctionsUsingCallSyntax() - 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.
- tailMap(K) - Method in class org.apache.openjpa.lib.util.collections.AbstractSortedMapDecorator
- tailMap(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- tailMap(K) - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
- 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
- TemporaryClassLoader.AccessScanner - Class in org.apache.openjpa.lib.util
- 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.
- TimestampHelper - Class in org.apache.openjpa.lib.util
-
Helper base class attempts to return java.sql.Timestamp object with nanosecond precision.
- TimestampHelper() - Constructor for class org.apache.openjpa.lib.util.TimestampHelper
- toArray() - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
- toArray() - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
- toArray() - Method in class org.apache.openjpa.lib.rop.ListResultList
- toArray() - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- toArray() - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- toArray() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- toArray() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- toArray() - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- toArray(Object[]) - Method in class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList
- toArray(Object[]) - Method in class org.apache.openjpa.lib.rop.AbstractSequentialResultList
- toArray(Object[]) - Method in class org.apache.openjpa.lib.rop.ListResultList
- toArray(Object[]) - Method in class org.apache.openjpa.lib.util.ReferenceHashSet
- toArray(T[]) - Method in class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator
- toArray(T[]) - Method in class org.apache.openjpa.lib.util.collections.MapBackedSet
- toArray(T[]) - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
- toArray(T[]) - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet
- toBytes(long) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Returns a 8-byte array built from a long.
- toBytes(long, byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Build a 8-byte array from a long.
- toClass(String, boolean, ClassLoader) - Static method in class org.apache.openjpa.lib.util.ClassUtil
-
Return the class for the given string, correctly handling primitive types.
- toClass(String, ClassLoader) - Static method in class org.apache.openjpa.lib.util.ClassUtil
-
Return the class for the given string, correctly handling primitive types.
- toLong(byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Build a long from first 8 bytes of the array.
- 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
-
An internal method to retrieve properties, to support 2 public methods, getAllProperties() and toProperties(boolean).
- toReference(AbstractReferenceMap.ReferenceStrength, T, int) - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceEntry
-
Constructs a reference of the given type to the given referent.
- toShort(byte[]) - Static method in class org.apache.openjpa.lib.util.Bytes
-
Build a short from first 2 bytes of the array.
- toString() - Method in class org.apache.openjpa.lib.conf.Value
- toString() - Method in class org.apache.openjpa.lib.graph.Edge
- toString() - Method in class org.apache.openjpa.lib.identifier.IdentifierImpl
- 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.ListResultList
- 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.collections.AbstractCollectionDecorator
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.BidiMapIterator
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashIterator
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the map as a String.
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractKeyValue
-
Gets a debugging String view of the pair.
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- toString() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapEntryDecorator
- toString() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.BidiOrderedMapIterator
- toString() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Returns a string version of this Map in standard format.
- toString() - Method in class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap.Entry
- toString() - Method in class org.apache.openjpa.lib.util.Localizer.Message
- 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.
- toURLAction(File) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegedExceptionAction object for f.toURL().
- 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) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- trace(Object) - Method in interface org.apache.openjpa.lib.log.Log
-
Write out a log message at the
Log.TRACE
level with the stringification ofo
as the body of the message. - trace(Object) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- trace(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- trace(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- trace(Object) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
- trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- 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 ofo
as the body of the message, also outputtingt
to the log. - trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- trace(Object, Throwable) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- TRACE - Static variable in interface org.apache.openjpa.lib.log.Log
- TRACE_STR - Static variable in class org.apache.openjpa.lib.log.LogFactoryImpl
- TreeBidiMap<K extends Comparable<K>,V extends Comparable<V>> - Class in org.apache.openjpa.lib.util.collections
-
Red-Black tree-based implementation of BidiMap where all objects added implement the
Comparable
interface. - TreeBidiMap() - Constructor for class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Constructs a new empty TreeBidiMap.
- TreeBidiMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Constructs a new TreeBidiMap by copying an existing Map.
- trim(String) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Null-safe
String.trim()
- trimToNull(String) - Static method in class org.apache.openjpa.lib.util.StringUtil
- truncateName(String, String, int) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Truncates a name while maintaining delimiters.
- truncateName(String, String, int) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- truncateName(IdentifierRule, String, int) - Method in interface org.apache.openjpa.lib.identifier.IdentifierUtil
-
Truncates a name while maintaining delimiters.
- truncateName(IdentifierRule, String, int) - Method in class org.apache.openjpa.lib.identifier.IdentifierUtilImpl
- TYPE_BACK - Static variable in class org.apache.openjpa.lib.graph.Edge
-
An edge (u, v) is a back edge if it creates a cycle back to an ancestor in the graph.
- TYPE_FEATURE - Static variable in interface org.apache.openjpa.lib.conf.ProductDerivation
- TYPE_FORWARD - Static variable in class org.apache.openjpa.lib.graph.Edge
-
An edge (u, v) is a forward edge if it is not a tree or back edge.
- TYPE_PRODUCT - Static variable in interface org.apache.openjpa.lib.conf.ProductDerivation
- TYPE_TREE - Static variable in class org.apache.openjpa.lib.graph.Edge
-
An edge (u, v) is a tree edge if node v was first discovered by traversing the edge.
- TYPE1 - Static variable in class org.apache.openjpa.lib.util.UUIDGenerator
- TYPE4 - Static variable in class org.apache.openjpa.lib.util.UUIDGenerator
- 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
- umodifiableListIterator(ListIterator<? extends E>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableListIterator
-
Decorates the specified iterator such that it cannot be modified.
- unalias(String) - Method in class org.apache.openjpa.lib.conf.StringListValue
-
Unalias the value list.
- 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.
- uncapitalize(String) - Static method in class org.apache.openjpa.lib.util.StringUtil
-
Uncapitalizes a String changing the first letter to title case as per
Character.toLowerCase(char)
. - UNDERSCORE - Static variable in class org.apache.openjpa.lib.identifier.IdentifierRule
- UNDERSCORE - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- UNDERSCORE_CHAR - Static variable in interface org.apache.openjpa.lib.identifier.IdentifierUtil
- Unmodifiable - Interface in org.apache.openjpa.lib.util.collections
-
Marker interface for collections, maps and iterators that are unmodifiable.
- unmodifiableCollection(Collection<? extends T>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableCollection
-
Factory method to create an unmodifiable collection.
- UnmodifiableCollection<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
Collection
to ensure it can't be altered. - unmodifiableEntrySet(Set<Map.Entry<K, V>>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet
-
Factory method to create an unmodifiable set of Map Entry objects.
- UnmodifiableEntrySet<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Decorates a map entry
Set
to ensure it can't be altered. - unmodifiableIterator(Iterator<? extends E>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableIterator
-
Decorates the specified iterator such that it cannot be modified.
- UnmodifiableIterator<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates an iterator such that it cannot be modified.
- unmodifiableList(List<? extends E>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableList
-
Factory method to create an unmodifiable list.
- UnmodifiableList<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
List
to ensure it can't be altered. - UnmodifiableList(List<? extends E>) - Constructor for class org.apache.openjpa.lib.util.collections.UnmodifiableList
-
Constructor that wraps (not copies).
- UnmodifiableListIterator<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates a list iterator such that it cannot be modified.
- UnmodifiableMapEntry<K,V> - Class in org.apache.openjpa.lib.util.collections
-
A
Map.Entry
that throws UnsupportedOperationException whensetValue
is called. - UnmodifiableMapEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.UnmodifiableMapEntry
-
Constructs a new entry from the specified
Map.Entry
. - UnmodifiableMapEntry(K, V) - Constructor for class org.apache.openjpa.lib.util.collections.UnmodifiableMapEntry
-
Constructs a new entry with the specified key and given value.
- UnmodifiableMapEntry(KeyValue<? extends K, ? extends V>) - Constructor for class org.apache.openjpa.lib.util.collections.UnmodifiableMapEntry
-
Constructs a new entry from the specified
KeyValue
. - unmodifiableOrderedMap(OrderedMap<? extends K, ? extends V>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
-
Factory method to create an unmodifiable sorted map.
- UnmodifiableOrderedMap<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
OrderedMap
to ensure it can't be altered. - unmodifiableOrderedMapIterator(OrderedMapIterator<K, ? extends V>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMapIterator
-
Decorates the specified iterator such that it cannot be modified.
- UnmodifiableOrderedMapIterator<K,V> - Class in org.apache.openjpa.lib.util.collections
-
Decorates an ordered map iterator such that it cannot be modified.
- unmodifiableSet(Set<? extends E>) - Static method in class org.apache.openjpa.lib.util.collections.UnmodifiableSet
-
Factory method to create an unmodifiable set.
- UnmodifiableSet<E> - Class in org.apache.openjpa.lib.util.collections
-
Decorates another
Set
to ensure it can't be altered. - unwrap(Class) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDataSource
- unwrap(Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- unwrap(Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingConnection
-
From java.sql.Wrapper javadoc: Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
- unwrap(Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData
- unwrap(Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- unwrap(Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- unwrap(Class<T>) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- 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) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateAsciiStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateAsciiStream(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateAsciiStream(String, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateAsciiStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateAsciiStream(String, InputStream, long) - 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) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBinaryStream(int, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBinaryStream(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBinaryStream(String, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBinaryStream(String, InputStream, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBinaryStream(String, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBlob(int, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBlob(int, InputStream, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBlob(int, Blob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBlob(String, InputStream) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateBlob(String, InputStream, long) - 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) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateCharacterStream(int, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateCharacterStream(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateCharacterStream(String, Reader, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateCharacterStream(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateClob(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateClob(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateClob(int, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateClob(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateClob(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateClob(String, Clob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateCurrentIterator() - Method in class org.apache.openjpa.lib.util.collections.IteratorChain
-
Updates the current iterator field to ensure that the current Iterator is not exhausted
- 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
- updateEntry(AbstractHashedMap.HashEntry<K, V>, V) - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Updates an existing key-value mapping to change the value.
- updateEntry(AbstractHashedMap.HashEntry<K, V>, V) - Method in class org.apache.openjpa.lib.util.collections.LRUMap
-
Updates an existing key-value mapping.
- 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
- updateNCharacterStream(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNCharacterStream(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNCharacterStream(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNCharacterStream(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNClob(int, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNClob(int, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNClob(int, NClob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNClob(String, Reader) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNClob(String, Reader, long) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNClob(String, NClob) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNString(int, String) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateNString(String, String) - 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) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateObject(int, Object, int) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateObject(String, Object) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateObject(String, Object, int) - 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
- updateRowId(int, RowId) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateRowId(String, RowId) - 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
- updateSQLXML(int, SQLXML) - Method in class org.apache.openjpa.lib.jdbc.DelegatingResultSet
- updateSQLXML(String, SQLXML) - 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
- UUIDGenerator - Class in org.apache.openjpa.lib.util
-
UUID value generator.
- UUIDGenerator() - Constructor for class org.apache.openjpa.lib.util.UUIDGenerator
V
- validate() - Method in class org.apache.openjpa.lib.conf.AbstractProductDerivation
- validate() - Method in interface org.apache.openjpa.lib.conf.ProductDerivation
-
Ensure that this derivation is valid.
- validateAction(Validator, T, Class<?>[]) - Static method in class org.apache.openjpa.lib.util.J2DoPrivHelper
-
Return a PrivilegeAction object for jakarta.validation.Validator.validate().
- 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 - Variable in class org.apache.openjpa.lib.util.collections.AbstractHashedMap.HashEntry
-
The value
- value - Variable in enum org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
-
value
- value() - Method in annotation type org.apache.openjpa.lib.util.Reflectable
- 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() - Method in class org.apache.openjpa.lib.conf.Value
-
Subclasses should call this method when their internal value changes.
- valueChanged(Value) - Method in class org.apache.openjpa.lib.conf.ConfigurationImpl
- valueChanged(Value) - Method in interface org.apache.openjpa.lib.conf.ValueListener
-
Callback used by
Value
objects to notify listener of change. - valueComparator() - Method in class org.apache.openjpa.lib.util.collections.DualTreeBidiMap
- valueComparator() - Method in interface org.apache.openjpa.lib.util.collections.SortedBidiMap
-
Get the comparator used for the values in the value-to-key map aspect.
- 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. - valueOf(String) - Static method in enum org.apache.openjpa.lib.instrumentation.InstrumentationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.openjpa.lib.util.JavaVendors
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.openjpa.lib.instrumentation.InstrumentationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap
-
Gets a values view of the map.
- values() - Method in class org.apache.openjpa.lib.util.collections.AbstractHashedMap
-
Gets the values view of the map.
- values() - Method in class org.apache.openjpa.lib.util.collections.AbstractMapDecorator
- values() - Static method in enum org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.openjpa.lib.util.collections.AbstractReferenceMap
-
Returns a collection view of this map's values.
- values() - Method in interface org.apache.openjpa.lib.util.collections.BidiMap
-
Returns a
Set
view of the values contained in this map. - values() - Method in class org.apache.openjpa.lib.util.collections.TreeBidiMap
-
Returns a set view of the values contained in this map in key order.
- values() - Method in class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap
- 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 enum org.apache.openjpa.lib.util.JavaVendors
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.openjpa.lib.util.OrderedMap
- Values(AbstractDualBidiMap<?, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values
-
Constructs a new view of the BidiMap.
- Values(AbstractHashedMap<?, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.Values
- ValuesIterator(Iterator<V>, AbstractDualBidiMap<?, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.ValuesIterator
-
Constructor.
- ValuesIterator(AbstractHashedMap<?, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractHashedMap.ValuesIterator
- ValuesIterator(AbstractLinkedMap<?, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractLinkedMap.ValuesIterator
- 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, 7, or later.
- VERSION_1_0 - Static variable in class org.apache.openjpa.lib.meta.XMLVersionParser
- VERSION_2_0 - Static variable in class org.apache.openjpa.lib.meta.XMLVersionParser
- VERSION_2_1 - Static variable in class org.apache.openjpa.lib.meta.XMLVersionParser
- VERSION_2_2 - Static variable in class org.apache.openjpa.lib.meta.XMLVersionParser
- VERSION_3_0 - Static variable in class org.apache.openjpa.lib.meta.XMLVersionParser
- VERSION_3_1 - Static variable in class org.apache.openjpa.lib.meta.XMLVersionParser
- View(Collection<E>, AbstractDualBidiMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View
-
Constructs a new view of the BidiMap.
- ViewMap(DualTreeBidiMap<K, V>, SortedMap<K, V>) - Constructor for class org.apache.openjpa.lib.util.collections.DualTreeBidiMap.ViewMap
-
Constructor.
- visit(int, int, String, String, String, String[]) - Method in class org.apache.openjpa.lib.meta.ClassArgParser.ClassNameScanner
- visit(int, int, String, String, String, String[]) - Method in class org.apache.openjpa.lib.util.TemporaryClassLoader.AccessScanner
- visit(Object, NodeInfo) - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
-
Visit the node.
- visitAnnotation(String, boolean) - Method in class org.apache.openjpa.lib.meta.ClassAnnotationMetaDataFilter.MatchAnnotationScanner
W
- walk() - Method in class org.apache.openjpa.lib.graph.BreadthFirstWalk
-
Begins the breadth first traversal.
- warn(Object) - Method in class org.apache.openjpa.lib.log.AbstractLog
- warn(Object) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- warn(Object) - Method in interface org.apache.openjpa.lib.log.Log
-
Write out a log message at the
Log.WARN
level with the stringification ofo
as the body of the message, also outputtingt
to the log. - warn(Object) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- warn(Object) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- warn(Object) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- warn(Object) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.AbstractLog
- warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.CommonsLogFactory.LogAdapter
- 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 ofo
as the body of the message, also outputtingt
to the log. - warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4J2LogFactory.LogAdapter
- warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.Log4JLogFactory.LogAdapter
- warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.NoneLogFactory.NoneLog
- warn(Object, Throwable) - Method in class org.apache.openjpa.lib.log.SLF4JLogFactory.LogAdapter
- WARN - Static variable in interface org.apache.openjpa.lib.log.Log
- 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 - org.apache.openjpa.lib.util.collections.AbstractReferenceMap.ReferenceStrength
- 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(boolean, ResultSet) - Method in class org.apache.openjpa.lib.jdbc.DelegatingCallableStatement
- wrapResult(ResultSet, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
- wrapResult(ResultSet, boolean) - Method in class org.apache.openjpa.lib.jdbc.DelegatingStatement
- wrapResult(ResultSet, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingCallableStatement
- wrapResult(ResultSet, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingPreparedStatement
- wrapResult(ResultSet, boolean) - Method in class org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.LoggingConnection.LoggingStatement
- write(char[], int, int) - Method in class org.apache.openjpa.lib.xml.XMLWriter
- write(int) - Method in class org.apache.openjpa.lib.xml.XMLWriter
- 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(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(String, int, 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 byConfigurationImpl.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
- XMLVersionParser - Class in org.apache.openjpa.lib.meta
-
Custom non-validating SAX parser which can be used to get the version and schema location attributes from the root node.
- XMLVersionParser(String) - Constructor for class org.apache.openjpa.lib.meta.XMLVersionParser
- 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.
_
- _extendedNamespace - Variable in class org.apache.openjpa.lib.meta.XMLMetaDataParser
- _listeners - Variable in class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
- _openjpaNamespace - Variable in class org.apache.openjpa.lib.meta.XMLMetaDataParser
All Classes All Packages