org.apache.ojb.broker

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.broker 
org.apache.ojb.broker
Java Source File NameTypeComment
AbstractArticle.javaClass
AbstractCdArticle.javaClass
AbstractExtentClassTest.javaClass
AbstractProductGroup.javaClass represents a product group containing a set of Articles.
AllTests.javaClass the facade to all TestCases in this package.
AnonymousFieldsTest.javaClass This TestClass tests the anonymous fields feature.
Area.javaClass
Article.javaClass
ArticleCollection.javaClass Insert the type's description here.
ArticlePrimaryKey.javaClass
ArticleProxy.javaClass Proxy class to class Article.
ArticleWithNestedStockDetail.javaClass
ArticleWithReferenceProxy.javaClass
ArticleWithStockDetail.javaClass
AutoIncrementWithRelatedObjectTest.javaClass
AutomaticForeignKeys.javaClass This TestClass tests OJB facilities to work with polymorphism.
BaseContentImpl.javaClass
BaseQualifierImpl.javaClass
BatchModeTest.javaClass
BidirectionalAssociationObjectA.javaClass
BidirectionalAssociationObjectB.javaClass
BidirectionalAssociationTest.javaClass
BlobTest.javaClass This TestClass tests storing and retrieving Objects with BLOB/CLOB Attributes.
BookArticle.javaClass
BrokerExamples.javaClass
Category.javaClass
CdArticle.javaClass
CharacterTest.javaClass Test case for java.lang.Character/java.lang.String to CHAR/VARCHAR mappings.
CollectionTest.javaClass Test case for collection handling.
CollectionTest2.javaClass Test case for collection handling.
ComplexMultiMapped.javaClass Test case helper class.
ComplexMultiMappedTableTest.javaClass This TestClass tests OJB ability to handle Contract Version Effectiveness patterns.
ComplexMultiMappedTableWithCollectionByQueryTest.javaClass This TestClass tests OJB ability to handle Contract Version Effectiveness patterns.
ComplexReferenceTest.javaClass Test case for checking the management of references.
ConnectionFactoryTest.javaClass ConnectionFactory implementation related tests.
Content.javaInterface
Contract.javaClass
ContractVersionEffectivenessTest.javaClass This TestClass tests OJB ability to handle Contract Version Effectiveness patterns.
Effectiveness.javaClass
EmptyTableTest.javaClass This class tests how OJB handles querying against an empty table in DB.
ExtentAwarePathExpressionsTest.javaClass
FarAwayClass.javaClass
FarAwayReference.javaClass
FarAwayReferenceIF.javaInterface
FieldConversionTest.javaClass Test case to check the field conversion.
FieldConversionTest_2.javaClass
author:
   J.
FieldConversionTest_3.javaClass Test using field conversions for PK values.
FieldTypeTest.javaClass Test extents having a different type of the same field.
Fish.javaClass
Gourmet.javaClass
GraphEdge.javaClass GraphNode and GraphEdge model oriented graph with named nodes.
GraphNode.javaClass GraphNode and GraphEdge model oriented graph with named nodes.
GraphTest.javaClass Testing graph structure, which mean two relations between two classes.
GuidTestEntity.javaClass
HsqldbShutdown.javaClass Performs a shutdown of hsqldb.
Identity.javaClass Represents the identity of an object.
It's composed of:
  • class of the real object
  • top-level class of the real object (could be an abstract class or interface or the class of the object itself), used to make an object unique across extent classes
  • an array of all primary key value objects
  • a flag which indicates whether this is a transient Identity (identity of a non-persistent, "new" object) or a persistent Identity (identity object of a persistent, "already written to datastore" object).

To create Identity objects it's strongly recommended to use the IdentityFactory , because in future releases of OJB the Identity constructors will be no longer reachable or forbidden to use.

NOTE: An Identity object must be unique accross extents.

IdentityFactory.javaInterface Builds org.apache.ojb.broker.Identity objects to identify persistence capable objects within OJB. In many cases the primary key (based on metadata declaration) of an object is known and the whole object should be materialized (e.g.
IdentityPerformanceTest.javaClass
InheritanceMultipleTableTest.javaClass These tests check inheritance using multiple tables via 1:1 reference and "super" keyword in reference descriptor.
InterfaceAnimal.javaInterface
InterfaceArticle.javaInterface defines the behaviour of Articles.
InterfaceFood.javaInterface
InterfaceProductGroup.javaInterface Interface for ProductGroup objects.
KeyConstraintViolatedException.javaClass Exception indicate an SQL key contraint violation.
KeyConstraintViolationTest.javaClass
LockedByTimestamp.javaClass
LockedByVersion.javaClass
LogServiceTest.javaClass This TestCase contains the OJB performance benchmarks for the PersistenceBroker API.
M2NGraphTest.javaClass Realize object tree via m:n relation.
M2NTest.javaClass Test (non-decomposed) M:N relations.
Mammal.javaClass
ManageableCollection.javaInterface OJB can handle java.util.Collection as well as user defined collection classes as collection attributes in persistent classes.
MetaDataSerializationTest.javaClass Insert the type's description here.
MtoNImplementor.javaClass Helper class to handle single m:n relation entries (m:n indirection table entries).
MtoNMapping.javaClass This TestClass tests OJB facilities to work with polymorphism.
MtoNTest.javaClass
MultipleDBTest.javaClass Test to check support for multiple DB.
MultipleTableExtentAwareQueryTest.javaClass Test query against extent classes and abstract base class.
MultithreadedReadTest.javaClass
NestedFieldsTest.javaClass
News.javaClass
NumberAccuracyTest.javaClass Test case to check the accuracy of BigDecimal values stored in DB.
ObjectRepository.javaClass Helper class centralize test classes.
OJBException.javaClass Base class of all checked exceptions used in OJB.
OJBRuntimeException.javaClass Base class of all unchecked exceptions used in OJB.
OneToManyTest.javaClass
OptimisticLockException.javaClass Exception that is thrown if a violation of an optimistic lock was detected.
OptimisticLockingMultithreadedTest.javaClass Test optimistic-locking implementation with multiple threads.
OptimisticLockingTest.javaClass This TestClass tests OJB facilities for optimistic locking.
OrderPosition.javaClass Insert the type's description here.
Paper.javaClass
PathTest.javaClass
PBFactoryException.javaClass Is thrown by the persistence broker factory.
PBKey.javaClass A immutable key to identify PB instances in pools, ...
PBLifeCycleEvent.javaClass The PBLifeCycleEvent encapsulates information about the life-cycle of a persistent object.
PBLifeCycleListener.javaInterface The listener interface for receiving persistent object life cycle information.
PBListener.javaInterface Tagging interface for all implemented listener associated with an org.apache.ojb.broker.PersistenceBroker instance.
PBListenerTest.javaClass This TestClass tests OJB facilities to work with persistence aware instances.
PBRollbackTest.javaClass Tests rollback and (simple) commit behaviour.
PBState.javaInterface Interface for tracing the life cycle of an org.apache.ojb.broker.PersistenceBroker instance.
PBStateEvent.javaClass The PBStateEvent encapsulates information about the life-cycle/transaction demarcation of the used org.apache.ojb.broker.PersistenceBroker instance.
PBStateListener.javaInterface The listener interface for receiving PersistenceBroker state changes.
PersistenceBroker.javaInterface PersistenceBroker declares a protocol for persisting arbitrary objects.
PersistenceBrokerAware.javaInterface This interface defines a protocol for persistent objects that want to be aware of the operations of the persistence broker.
PersistenceBrokerEvent.javaClass Base class for persistence broker events.
PersistenceBrokerException.javaClass Base class for exceptions happening during persistence broker operations.
PersistenceBrokerFactory.javaClass Convenience factory class that produces PersistenceBroker instances.
PersistenceBrokerInternal.javaInterface Extended version of the PersistenceBroker specifying additional functionality that is only relevant internally.
PersistenceBrokerSQLException.javaClass Encapsulates a SQL exception thrown during a broker action.
PersistenceBrokerTest.javaClass Junit test driver for elematary PB tests.
Person.javaClass
PersonUnidirectional.javaClass
PersonWithArray.javaClass
Point.javaClass Point serves for graphic representation of graphs.
PolymorphicExtents.javaClass This TestClass tests OJB facilities to work with polymorphism.
PrimaryKeyForeignKeyTest.javaClass Test case for checking the management of references, handling of PK used as FK too. In this test the PK of org.apache.ojb.broker.PrimaryKeyForeignKeyTest.Person is a FK to org.apache.ojb.broker.PrimaryKeyForeignKeyTest.PersonDetail too. Person has a reference to PersonDetail, the PK of Person is the FK to PersonDetail too!! PersonDetail PK is not autoincremented we have to set the PK of Person NOTE: Don't change metadata in production environments in such a way.
ProductGroup.javaClass represents a product group containing a set of Articles.
ProductGroupProxy.javaClass Proxy class for ProductGroup.
ProductGroupWithAbstractArticles.javaClass
ProductGroupWithArray.javaClass represents a product group containing a set of Articles.
ProductGroupWithCollectionProxy.javaClass represents a product group containing a set of Articles.
ProductGroupWithRemovalAwareCollection.javaClass represents a product group containing a set of Articles.
ProductGroupWithTypedCollection.javaClass represents a product group containing a set of Articles.
Project.javaClass
ProjectUnidirectional.javaClass
ProjectWithArray.javaClass
ProxyExamples.javaClass
Qualifier.javaInterface
QueryTest.javaClass Testing the query API.
ReferenceTest.javaClass Test case for checking the management of references.
RelatedToContract.javaClass
Reptile.javaClass
Role.javaClass
RowReaderTestImpl.javaClass
RsIteratorTest.javaClass
Salad.javaClass
StockDetail.javaClass
Table_1Object.javaClass
Table_2Object.javaClass
Task.javaClass
TestHelper.javaClass Centralise the most important constants used in the test cases.
Topic.javaClass
TopicExt.javaClass Extension of Topic .
TransactionAbortedException.javaClass Is created when a transaction was aborted.
TransactionDemarcationTest.javaClass
TransactionInProgressException.javaClass Is called when an action was tried while there was already a transaction in progress.
TransactionNotInProgressException.javaClass Is created when an action was tried that requires a transaction, and there was no transaction in progress.
TreeTest.javaClass
TypedCollectionsTest.javaClass This TestClass tests OJB facilities to work with typed collections.
Version.javaClass
Zoo.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.