org.apache.ojb.odmg

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 » Database ORM » db ojb » org.apache.ojb.odmg 
org.apache.ojb.odmg
Java Source File NameTypeComment
AllTests.javaClass the facade to all TestCases in this package.
BatchModeTest.javaClass
BidirectionalAssociationTest.javaClass
CircularTest.javaClass Testing complex object graphs with circular and bidirectional references when using database foreign key settings (without support of deferred foreign keys).
CollectionsTest.javaClass Test case handles with collections.
ContractVersionEffectivenessOQLTest.javaClass
DatabaseImpl.javaClass Implementation class of the org.odmg.Database interface.
DListTest.javaClass Tests for OJB org.odmg.DList implementation.
DMapTest.javaClass Tests for OJB org.odmg.DSet implementation.
DSetTest.javaClass Tests for OJB org.odmg.DSet implementation.
FieldConversionTest_4.javaClass class FieldConversion_ForeigenKeyTest, check the field conversion behaviour.
HasBroker.javaInterface
Image.javaClass This class encapsulates classes used to take persistence capable object state snapshoot and to detect changed fields or references.
ImplementationExt.javaInterface Offers useful none odmg-standard methods of the odmg org.odmg.Implementation interface.
ImplementationImpl.javaClass Default implementation of the Implementation interface.
ImplementationJTAImpl.javaClass Implementation of the ODMG Implementation interface for use in managed enviroments.
InheritanceMultipleTableTest.javaClass Test inheritance using multiple tables.
J2EETransactionImpl.javaClass Implementation for use in managed environments.
JTATxManager.javaClass
author:
   Matthew Baird
author:
   In an app server environment, where we have a transaction manager, we
author:
   use the transactionmanager and it's associated JTA transaction to associate
author:
   with the ODMG transaction.
LocalTxManager.javaClass In a non-appserver environment, without a transaction manager, we can safely associate the current ODMG transaction with the calling thread.
LockingMultithreadedTest.javaClass Test odmg-locking implementation with multiple threads.
LockingTest.javaClass
M2NTest.javaClass Test m:n relation handling with the odmg-api.
ManyToManyTest.javaClass
MultiDBUsageTest.javaClass Do some rollback tests and check behavior within transactions.
NamedRootsMap.javaClass ODMG NamedRoots implementation.
NamedRootsTest.javaClass Demo Application that shows basic concepts for Applications using the OJB ODMG implementation as an transactional object server.
NarrowTransaction.javaClass Wraps org.odmg.Transaction in managed environments.
ObjectEnvelope.javaClass
ObjectEnvelopeOrdering.javaClass

Implements an algorithm for reordering the object envelopes of a pending transaction to minimized the probability of foreign key constraint violations.

The algorithm is based on a graph theoretical approach: Each object envelope is represented by a vertex in a graph.

ObjectEnvelopeTable.javaClass manages all ObjectEnvelopes included by a transaction.
ObjectImageTest.javaClass Check the quality of object image comparison: - new referenced objects - deleted referenced objects - deleted referenced objects ...etc. Test cases for refactored odmg-api implementation.
OdmgConfiguration.javaInterface This interface defines the configurable setting of the ODMG layer.
OdmgExamples.javaClass Demo Application that shows basic concepts for Applications using the OJB ODMG implementation as an transactional object server.
ODMGJ2EEFactory.javaInterface
ODMGRollbackTest.javaClass Do some rollback tests and check behavior within transactions.
OJB.javaClass Facade to the persistence ObjectServer system.
OJBJ2EE_2.javaClass Facade to the persistence ObjectServer system, returns an Implementation interface instance for use in managed environments.
OJBTxManager.javaInterface The OJBTxManager defines the contract for associating the caller with the current or new transaction in ODMG.
OneToManyTest.javaClass
OneToOneTest.javaClass
OQLOrOnForeignKeyTest.javaClass
author:
   Matthew.Baird
author:
   Illustrates a problem with OJB SQL Generation:
author:
   1.
OQLTest.javaClass OQLQuery tests.
PBCapsule.javaClass
PersonWithArrayTest.javaClass
ProjectionAttributeTest.javaClass
ProxyTest.javaClass Demo Application that shows basic concepts for Applications using the OJB ODMG implementation as an transactional object server.
RITest.javaClass Demo Application that shows basic concepts for Applications using the OJB ODMG implementation as an transactional object server.
RuntimeObject.javaClass Helper object encapsulates common used object properties/states, help to reduce needless metadata calls.
ScrollableQueryResultsTest.javaClass
TestThreadsNLocks.javaClass
TransactionAbortedExceptionOJB.javaClass This specialised exception allows us to capture the cause of an ODMG TransactionAbortedException.
TransactionAware.javaInterface TransactionAware is an interface that can be implemented to provide hooks into the Transaction interface provided by ObJectRelationalBridge. Only objects which have a write lock acquired on them can participate in a transaction. To kill a transaction, implement beforeCommit() and throw a TransactionAbortedException.
TransactionExt.javaInterface Offers useful none odmg-standard methods of the odmg org.odmg.Transaction interface.
TransactionImpl.javaClass Implementation of Transaction for org.odmg.Transaction.
TxManagerFactory.javaClass The TxManagerFactory is responsible for creating instances of TransactionManagers.
TxUtil.javaClass
UserTestCases.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.