org.apache.openjpa.util

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Database ORM » openjpa » org.apache.openjpa.util 
org.apache.openjpa.util

OpenJPA Utilities

This package provides utilities to facilitate the handling of second class objects and OpenJPA object ids.

Java Source File NameTypeComment
AbstractChangeTracker.javaClass Base class that provides utilities to change trackers.
AbstractLRSProxyCollection.javaClass A collection proxy designed for collections backed by extremely large result sets in which each call to AbstractLRSProxyCollection.iterator may perform a database query.
AbstractLRSProxyMap.javaClass A map proxy designed for maps backed by extremely large result sets in which each call to AbstractLRSProxyMap.get or AbstractLRSProxyMap.containsKey may perform a database query.
ApplicationIds.javaClass Utility class for manipulating application object ids.
ArrayStateImage.javaClass Utilities for dealing with a simple state image consisting of an Object[] of field values with one extra index containing a BitSet of loaded fields.
BigDecimalId.javaClass
BigIntegerId.javaClass
ByteId.javaClassOpenJPAId subclass appropriate for byte fields.
CacheMap.javaClass Fixed-size map that has ability to pin/unpin entries and move overflow to a backing soft map.
CallbackException.javaClass Exception type thrown when an error occurs in a callback.
ChangeTracker.javaInterface Interface for components that track changes to containers at a fine-grained level.
CharId.javaClassOpenJPAId subclass appropriate for char fields.
ClassResolver.javaInterface Interface to customize the loading of classes under OpenJPA.
ClassResolverImpl.javaClass Default class resolver implementation.
CollectionChangeTracker.javaInterface Change tracker that can be used for collections.
CollectionChangeTrackerImpl.javaClass Default CollectionChangeTracker .
DateId.javaClassOpenJPAId subclass appropriate for Date fields.
DoubleId.javaClassOpenJPAId subclass appropriate for double fields.
ExceptionInfo.javaInterface Interface supplying additional exception information.
Exceptions.javaClass Utility methods for externalizing and handling exceptions.
FloatId.javaClassOpenJPAId subclass appropriate for float fields.
GeneralException.javaClass General exception type.
GeneratedClasses.javaClass Utility methods when generating classes, including at runtime.
Id.javaClass Datastore identity type.
ImplHelper.javaClass Helper for OpenJPA back-ends.
InternalException.javaClass Exception type for internal errors.
IntId.javaClassOpenJPAId subclass appropriate for int fields.
InvalidStateException.javaClass Exception type thrown when attempting to execute an operation that is not allowed by the current state.
LockException.javaClass Exception indicating that locks on one or more objects could not be acquired.
LongId.javaClassOpenJPAId subclass appropriate for long fields.
LRSProxy.javaInterface Marker interface for large result set proxies.
MapChangeTracker.javaInterface Change tracker that can be used for maps.
MapChangeTrackerImpl.javaClass Default MapChangeTracker .
MetaDataException.javaClass Exception type reserved for missing or invalid metadata.
MultiLoaderClassResolver.javaClass A simple ClassResolver that uses multiple class loaders to resolve classes.
NonUniqueResultException.javaClass Exception type thrown when a query was configured to return a single result, and multiple results were found.
NoResultException.javaClass Exception type thrown when a query was configured to return a single result, and no result was found.
NoTransactionException.javaClass Exception type thrown when attempting a transactional operation without an active transaction.
ObjectExistsException.javaClass Exception type reserved for conflicts with existing objects.
ObjectId.javaClass Identity type appropriate for object primary key fields and shared id classes.
ObjectNotFoundException.javaClass Exception type reserved for failed object lookups.
OpenJPAException.javaClass Exception type for all OpenJPA exceptions.
OpenJPAId.javaClass Identity class extended by builtin OpenJPA identity objects.
OptimisticException.javaClass Exception type for optimistic concurrency violations.
Proxies.javaClass Utility methods for managing proxies.
Proxy.javaInterface Interface implemented by all proxy types to allow setting and nulling of their owning instance.
ProxyBean.javaInterface Interface implemented by all generated custom types, which use JavaBean conventions for copying state.
ProxyCalendar.javaInterface Interface implemented by all generated proxies on java.util.Calendar types.
ProxyCollection.javaInterface Interface implemented by all proxy collection types.
ProxyCollections.javaClass Utility methods used by collection proxies.
ProxyDate.javaInterface Interface implemented by all generated proxies on java.util.Date types.
ProxyManager.javaInterface Manager for copying and proxying second class objects.
ProxyManagerImpl.javaClass Default implementation of the ProxyManager interface.
ProxyMap.javaInterface Interface implemented by proxies on Map types.
ProxyMaps.javaClass Utility methods used by map proxies.
QueryException.javaClass Exception indicating that a query timeout occurred.
ReferentialIntegrityException.javaClass Exception type reserved for violations of integrity constraints.
RuntimeExceptionTranslator.javaInterface Interface used by many facade helpers to translate exceptions.
Serialization.javaClass Helper class to serialize and deserialize persistent objects, subtituting oids into the serialized stream and subtituting the persistent objects back during deserialization.
ShortId.javaClassOpenJPAId subclass appropriate for short fields.
StoreException.javaClass Base exception for data store errors.
StoreFacadeTypeRegistry.javaClass Repository of store-specific facade classes.
StringId.javaClassOpenJPAId subclass appropriate for String fields.
TestProxyManager.javaClass Test proxies generated by the proxy manager.
TestResultShape.javaClass
UnsupportedException.javaClass Exception type for attempts to perform unsupported operations.
UserException.javaClass Base exception type for user errors.
WrappedException.javaClass
w___w___w.___jav_a___2___s___.___c__om_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.