hu.netmind.persistence

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 » beankeeper » hu.netmind.persistence 
hu.netmind.persistence
Java Source File NameTypeComment
AbstractPersistenceTest.javaClass Provides database and other methods for simpler test cases.
AbstractTypeHandler.javaClass Common type handler functions.
AllTests.javaClass Test the persistence framework.
AlreadyExistsException.javaClass Exception is thrown, if a bean is about to be inserted but database says it already exists.
ANSIResultPrinter.javaClass ANSI terminal test runner class.
Article.javaClass This is an article, a form of writing.
ArticleContainer.javaClass This is an article container.
Author.javaClass Author.
BadHashCode.javaClass This object simply refers to another object, but it overrides the hashCode() and equals() methods to behave incorrectly.
Bird.javaClass
Book.javaClass Book class.
ByteArrayClass.javaClass A class containing a byte array.
ByteArraySuper.javaClass The superclass of a byte array containing class.
CacheTests.javaClass Tests the cache mechanism of the library.
Car.javaClass
ClassEntry.javaClass This class describes a persistable class.
ClassInfo.javaClass Information and transformations on a given class.
ClassModificationTests.javaClass Create special objects which the second part of test will modify.
ClassTests.javaClass Test the persistence framework.
ClassTracker.javaClass This class keeps track of different classes and objects.
CollectionHandler.javaClass Collection handler implementation.
ConcurrenceTests.javaClass Test the concurrence capabilities of library.
ConcurrentModificationException.javaClass Exception is thrown, if an object is about to be saved in a transaction, but the same object (or another representation of the same data) is under modification in another thread.
ConnectionSource.javaClass This is the connection source for database implementations.
Container.javaInterface A container class which can be used with the container handler must implement this interface.
ContainerHandler.javaClass This is a generic container handler.
ContainerItemClass.javaClass Keeps track of a container's items' class.
ContainerObject1.javaClass
Database.javaClass This is the frontend class for databases.
DatabaseFactory.javaClass Database factory determines which database instance to use, and instantiates it.
DatabaseImplementation.javaInterface All database implementations must adhere to this specification.
DatabaseStatistics.javaClass Keeps statistics of database usage.
Note: It is thread-safe.
DateSerialUtil.javaClass Simple utility makes a serial number from a date suitable for a more granular time timekeeping.
DerbyDatabaseImpl.javaClass Derby database implementation. Note: Implementation is not finished, do not use! Major problem: can not test, because can not handle shutdown-restart.
DriverDataSource.javaClass This is a data source for backwards compatibility.
DynamicAttributeObject.javaClass
DynamicObject.javaInterface All objects implementing this interface are considered "dynamic", which means they can define their own attributes,attribute types and the table their "class" dynamically.
Note however, that when you change the set of attributes for this kind of objects, their representation in the database will change.
DynamicObjectCase.javaClass This is a simple test dynamic object.
DynamicObjectImpl.javaClass This is a simple test dynamic object.
DynamicObjectTests.javaClass Tests dynamic object, which can dynamically alter it's attribute set runtime.
DynamicObjectTypes.javaClass This is a simple test dynamic object.
DynamicObjectWithClass.javaClass This is a simple test dynamic object.
DynamicObjectWithStaticAttributes.javaClass This is a test dynamic object with static attributes too.
Empty.javaClass An empty test class.
EventDispatcher.javaClass Dispatches all events from the library internals to all registered listeners.
EventTests.javaClass Tests of all events and of the event dispatcher.
GenericDatabase.javaClass This is a generic database implementation.
HistoricalTests.javaClass Test the historical functions if library.
HSQLDatabaseImpl.javaClass HSQL database implementation.
Identifier.javaClass Represents a persistence identifier.
IdentityStuff.javaClass A stuff with identity and a reference to authors.
InternalTransactionTests.javaClass Test whether the store itself handles transactions well.
LazyList.javaClass This list is a lazy-loading list.
LazyListHooks.javaInterface Implement this interface to plug in hooks into the LazyList.
Limits.javaClass A simple object which holds limits to a selection. Offset means the index of first row returned after applying the conditions and ordering.
ListContainerTests.javaClass Test the container framework.
ListHandler.javaClass List handler implementation.
ListHolder.javaClass
ListImpl.javaClass Custom list implementation based on lazy lists.
LockTests.javaClass
LockTracker.javaClass This class tracks locks on objects.
ManySuper.javaClass This is a simple test dynamic object.
MapContainerTests.javaClass Test the container framework.
MapHandler.javaClass Map implementation with LazyList backing.
MapHolder.javaClass This class simply holds a map.
MapImpl.javaClass Custom map implementation based on lazy lists.
Movie.javaClass A movie.
MovieScript.javaClass A movie script is a form of screenplay, at least for test purposes.
MysqlDatabaseImpl.javaClass MySQL database implementation.
NameTester.javaClass Contains reserved words as attributes.
NoDefault.javaClass This class has no default constructors.
NodeTests.javaClass Node tests.
NotSupportedException.javaClass Thrown if a feature of the library is not supported on the given database.
ObjectHolder.javaClass A simple object which can hold any object.
ObjectTracker.javaClass This class tracks objects' ids and values for different transactions.
OracleDatabaseImpl.javaClass Oracle database implementation.
OverallTests.javaClass Overall tests for persistence layer.
PerformanceLogger.javaClass This performance logger logs events in given intervals, and calculates different values for viewing.
PersistenceMetaData.javaClass An object of this class represents all persistence related information about an object, which BeanKeeper is aware of.
PolymorphicTests.javaClass Test on polymorphic selects and saves.
PostgresDatabaseImpl.javaClass Postgres database implementation.
Primitives.javaClass A simple object with all supported primitive types.
ProfileLogger.javaClass This profile logger logs events in given intervals.
ReferredByteArray.javaClass This class is referred to by others.
Referrer.javaClass This object simply refers to another object.
ReferrerSubclass.javaClass This is simply a subclass of referrer.
RemoveTests.javaClass Test the remove function of Store.
ResultsCache.javaClass This is an implementation of an intelligent, configurationless read-only cache with change detection.
The main design point is that it does not require any configuration from the user.
SameAttrSub1.javaClass Test class.
SameAttrSub2.javaClass Test class.
SameAttrSuper.javaClass Test class.
SaveTests.javaClass Save and load tests.
ScreenPlay.javaClass A screenplay is a special form of writing.
SearchResult.javaClass This class represent a search result from the database implementation. The result contains two attributes.
SelectTests.javaClass Test for find syntax and functionality.
SerialTracker.javaClass This class tracks the serials given out to this instance.
SessionInfo.javaClass Session info object can be used to distribute session specific information to other threads or processes.
SessionInfoProvider.javaInterface This interface can be used to provide SessionInfo objects to lock operations.
SetContainerTests.javaClass Test the container framework.
SetHolder.javaClass
SetImpl.javaClass Custom set implementation based on lazy lists.
Store.javaClass This store class is the entry point to the persistence library.
StoreContext.javaClass This is a context of a store instance.
StoreException.javaClass This is the root exception of the store.
StrictClassHandler.javaInterface This is a strict class' handler interface.
StrictDynamicHandler.javaClass Information and transformations on a given class.
StrictNullHandler.javaClass Null handler is a class handler for interfaces and reserved classes.
StrictPrimitiveHandler.javaClass Null handler is a class handler for interfaces and reserved classes.
StrictStaticHandler.javaClass Information and transformations on a given class.
Subclass.javaClass Subclass of superclass.
Superclass.javaClass This is a superclass with every kind of attributes.
Swallow.javaClass
TestObject1.javaClass Simple test object with a few primitive parameters.
TestObject2.javaClass Simple test object with a few primitive parameters.
TestObject3.javaClass Simple test object with a few primitive parameters.
TestObject4.javaClass Simple test object with a few primitive parameters.
TestObject5.javaClass Simple test object with a few primitive parameters.
TestObject6.javaClass Simple test object with a few primitive parameters.
TestObject7.javaClass Simple test object with a few primitive parameters.
TestObject8.javaClass Simple test object with a few primitive parameters.
Transaction.javaClass This is a high-level transaction object used throughout the persistence layer.
TransactionInfoProvider.javaClass This is the default session info provider, which copies all transaction attributes into a new session info object.
TransactionListener.javaInterface Listener interface receives commit or rollback events from transaction tracker.
TransactionTests.javaClass Test the transaction framework.
TransactionTracker.javaClass This class keeps track of all transaction objects allocated.
TransientAttrObject.javaClass This class has a transient field.
Truck.javaClass
TypeHandler.javaInterface Classes implementing this interface can handle custom attribute types aside from primitive types.
TypeHandlerTracker.javaClass This tracker manages custom type handlers, such as Collection and Map handlers.
Under_Score.javaClass This class has an underscore in the name.
User.javaClass User object.
VanillaTests.javaClass These tests are need to run on an empty database.
Vehicle.javaInterface
VehicleBase.javaClass
ViewTests.javaClass Class tests the view capability of library.
WeakMap.javaClass This is exactly like weak hashmap, but this implementation disregards the object's equals() and hashCode() methods, and uses object equality for testing.
WeakMapListener.javaInterface Listens to events in the WeakMap implementation.
Writing.javaClass Writing is a generic document.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.