com.versant.core.jdo

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 geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Testing » PolePosition 0.20 » com.versant.core.jdo 
com.versant.core.jdo
Java Source File NameTypeComment
AttachCopyStateManager.javaClass
AttachNavStateManager.javaClass
AttachStateContainer.javaClass
BootstrapPMF.javaClass Bootstrap class for JDOHelper.getPersistenceManagerFactory.
DeletedState.javaClass This is a nonmutable state that is used for instance that is marked or deletion.
DeleteLifecycleListener.javaInterface For JDO 2 LifeCycle support.
DetachStateContainer.javaClass This keeps track of State's, FetchGroup's, OID's and PCs for the detach code.
DriverUtils.javaClass
DummyExtent.javaClass
EmbeddedStateManager.javaClass
ExtentImp.javaClass Extent implementation.
ForwardQueryResult.javaClass Forward only access to the results of a Query.
InitState.javaClass This is a nonmutable state that is used to obtain the default values for fields.
IteratorWrapper.javaClass
JDOListIterator.javaInterface This is a common interface for all iterators returned from queries or from extents.
LifecycleEvent.javaClass For JDO 2 LifeCycle support.
LifecycleListener.javaInterface For JDO 2 LifeCycle support.
LifecycleListenerManager.javaClass This keeps track of lists of LifecycleListener's for the different LifecycleEvent's.
LocalPMCache.javaClass This is an implementation PM managed cache that uses a linked list to reference the colisions in the collection.
LogDownloader.javaClass Utility bean to download event logs and performance metric snapshots and store then in binary and/or text files.
LogDownloaderBeanInfo.javaClass Property info for LogDownloader.
MemoryQueryResult.javaClass Results of an in memory query.
MultiPartQueryResult.javaClass This is a QueryResult that represent multiple datastore queries as one result.
ParamDeclarationParser.javaClass This parses a comma separated list of query parameters into types and names. TODO Make this parse array types e.g.
PCStateMan.javaClass JDO Genie State manager.
PersistenceManagerFactoryBase.javaClass Base class for our PMF implementations.
PersistenceManagerFactoryImp.javaClass PMF implementation.
PersistenceManagerStatus.javaClass This is a read only value object to report the status of an jdo client connection i.e.
PMCacheEntry.javaClass This is a wrapper instance used to represent an entry in the pm ManagedCache.
PMCacheEntryOwnerRef.javaInterface A simple interface to return the owner.
PmfEvictEvent.javaClass An OID, collection of OIDs or class has been evicted from the PMF wide cache.
PMFServer.javaInterface PMFs with remote access enabled will create these to handle requests from remote clients.
PmfStatus.javaClass Info on the status of a JdoGeniePersistenceManagerFactory.
PMPool.javaClass This is a pool for PMs.
PmPoolEvent.javaClass Event logged for PM pool operations.
PMProxy.javaClass Base class for proxies for VersantPersistenceManagerImp.
PoolStatus.javaClass Info on the status of a connection pool for a datastore.
PostStoreLifecycleListener.javaInterface For JDO 2 LifeCycle support.
PreStoreLifecycleListener.javaInterface For JDO 2 LifeCycle support.
PropertyInfo.javaClass Serializable information about a property.
QueryDetails.javaClass All the information required to compile a query.
QueryIterator.javaClass A ListIterator implemenation that supports forward iteration over the results.
QueryResult.javaInterface Interface for collections returned by JDOQL queries.
QueryResultBase.javaClass Base class for QueryResult implementations that throws an exception for all mutating methods.
QueryResultIterator.javaClass Forward only Iterator for query results.
QueryStateWrapper.javaClass This is a wrapper of the state instance to be used by the mem query classes.
RandomAccessQueryResult.javaClass This is used for the results of queries executed with randomAccess=true.
RemoteClientStatus.javaClass Information on a remote PMF connection to the VOA server.
RollingFile.javaClass File that rolls over to backups at a configurable max size.
ServerLogEvent.javaClass Server side performance events.
SoftCacheEntryRef.javaClass Keeps a Soft reference to the pm cache entry.
SynchronizedPMProxy.javaClass This is a proxy for VersantPersistenceManagerImp with all methods synchronized for multithreaded access.
SynchronizedQueryResult.javaClass QueryResult implementation that synchronizes all methods except the next and prev accessors on a lock object.
SynchronizedStateManagerProxy.javaClass Wraps a VersantStateManager adding synchronizing all methods on a lock object.
TransactionalList.javaClass This is a Link List implementation of PMCacheEntry instances that must be processed at the end of the transaction.
UnsynchronizedPMProxy.javaClass This is a unsynchronized proxy to VersantPersistenceManagerImp.
VersantBackgroundTask.javaInterface Classes that perform tasks in the background on the server implement this.
VersantDetachable.javaInterface A class that can be detached by a JDO Genie implementation must implement this interface.
VersantDetachedFieldAccessException.javaClass This is thrown when a missing field is accessed in a detached graph.
VersantDetachedStateManager.javaClass State manager shared by a graph of detached instances.
VersantDetachStateManager.javaClass State managed used to get at the fields of a detached instance.
VersantDuplicateKeyException.javaClass This exception is thrown when duplicate primary keys are detected by the backend.
VersantHelper.javaClass JDO Genie specific static utility methods.
VersantLockTimeoutException.javaClass This exception is thrown for lock timeouts in the backend.
VersantOid.javaClass This is the JDO Genie specific class that represents datastore id instances for usage by users.
VersantPersistenceManager.javaInterface JDO Genie extension of the standard JDO PersistenceManager interface.
VersantPersistenceManagerFactory.javaInterface JDO Genie extension to the PersistenceManagerFactory interface.
VersantPersistenceManagerImp.javaClass This is a global StateManager instance for a PersistenceManagerImp.
VersantPMFInternal.javaInterface This adds methods to VersantPMF that are for internal use only.
VersantPMInternal.javaInterface This interface is there to make it easier for instances like sco's or queryresult, that are directly accessible to the client to invoke methods on the pm.
VersantQuery.javaInterface

This interface provides additional Open Access specific query properties. There are two ways to use these properties in your applications:

  1. Cast the Query returned by PersistenceManager.newQuery(...) to a VersantQuery and call the setXXX methods.
VersantQueryImp.javaClass This is the implementation of a Query.
VersantQueryPlan.javaClass Execution plan for a query.
VersantStateManager.javaInterface Internal interface for StateManager.
WeakCacheEntryRef.javaClass Keeps a Weak reference to the pm cache entry.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.