Package | Description |
---|---|
org.apache.openjpa.jdbc.meta.strats |
OpenJPA-JDBC ORM Strategies
Library of mapping strategies.
|
org.apache.openjpa.util |
OpenJPA Utilities
This package provides utilities to facilitate the handling of second
class objects and OpenJPA object ids.
|
Modifier and Type | Class and Description |
---|---|
class |
LRSProxyCollection
Large result set collection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLRSProxyCollection
A collection proxy designed for collections backed by extremely large
result sets in which each call to
AbstractLRSProxyCollection.iterator() may perform a database
query. |
class |
CollectionChangeTrackerImpl
Default
CollectionChangeTracker . |
class |
DelayedCollectionChangeTrackerImpl
A collection change tracker used by delay loaded collections.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DelayedVectorProxy.setChangeTracker(CollectionChangeTracker ct) |
protected void |
DelayedTreeSetProxy.setChangeTracker(CollectionChangeTracker ct) |
protected void |
DelayedPriorityQueueProxy.setChangeTracker(CollectionChangeTracker ct) |
protected void |
DelayedLinkedListProxy.setChangeTracker(CollectionChangeTracker ct) |
protected void |
DelayedLinkedHashSetProxy.setChangeTracker(CollectionChangeTracker ct) |
protected void |
DelayedHashSetProxy.setChangeTracker(CollectionChangeTracker ct) |
protected void |
DelayedArrayListProxy.setChangeTracker(CollectionChangeTracker ct) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.