Age | Commit message (Expand) | Author |
2010-08-18 | Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash... | Brian S. O'Neill |
2010-03-14 | Update copyright. | Brian S. O'Neill |
2009-12-22 | Remove isClosed method, which broke compatibility. | Brian S. O'Neill |
2009-12-22 | Added isClosed method to Repository. | Brian S. O'Neill |
2008-07-18 | Moved transaction support classes to txn package. | Brian S. O'Neill |
2008-05-22 | Don't autorun shutdown hook if shutdown is in progress. | Brian S. O'Neill |
2008-05-21 | Change open and close log messages. | Brian S. O'Neill |
2008-05-06 | Code cleanup: add @Override annotations, remove unused imports, remove dead c... | Brian S. O'Neill |
2008-05-04 | Introduce PersistInterruptedException. | Brian S. O'Neill |
2008-03-25 | More fixes for bug that allowed a transaction to be attached to multiple thre... | Brian S. O'Neill |
2008-03-25 | Fix bug that allowed a transaction to be attached to multiple threads. Thanks... | Brian S. O'Neill |
2008-03-25 | Fixes for bugs as reported by FindBugs. | Brian S. O'Neill |
2008-03-16 | Support updates to replicated LOBs. | Brian S. O'Neill |
2008-02-04 | Make TransactionManager creation more flexible. | Brian S. O'Neill |
2008-01-25 | Add transaction detach/attach methods. | Brian S. O'Neill |
2008-01-21 | Move StorableIndexSet to qe package. | Brian S. O'Neill |
2008-01-21 | Minor method name changes and added (commented out) detach/attach logic. | Brian S. O'Neill |
2008-01-20 | Hide TransactionScope.close method. | Brian S. O'Neill |
2008-01-20 | Hide TransactionScope.close method. | Brian S. O'Neill |
2008-01-20 | Terminology updates. | Brian S. O'Neill |
2008-01-20 | Comment and terminology updates. | Brian S. O'Neill |
2008-01-20 | Split TransactionManager and created TransactionScope class. | Brian S. O'Neill |
2007-11-04 | Reduce creation of unnecessary nested transactions. Added feature to JDBCRepo... | Brian S. O'Neill |
2007-10-23 | More changes for deprecation of ExceptionTransformer in TransactionManager. | Brian S. O'Neill |
2007-10-23 | Deprecated use of ExceptionTransformer in TransactionManager. | Brian S. O'Neill |
2007-10-15 | Minor lock fixes and optimizations. | Brian S. O'Neill |
2007-08-26 | Removed vestigial support for wrapping Storables. | Brian S. O'Neill |
2007-08-26 | Removed Trigger lob adapting methods. | Brian S. O'Neill |
2007-08-26 | Added support for load and query trigger. | Brian S. O'Neill |
2007-08-04 | Added convenience method, Query.exists() | Brian S. O'Neill |
2007-06-29 | Fixed IllegalArgumentException with optimized join queries of the form "a.b =... | Brian S. O'Neill |
2007-06-10 | Added methods to access Storable properties by name. | Brian S. O'Neill |
2007-05-14 | More lob and sequence tests; LobEngine fixes. | Brian S. O'Neill |
2007-04-29 | Added @since tags. | Brian S. O'Neill |
2007-04-29 | Merged in support for derived properties. | Brian S. O'Neill |
2007-04-01 | Move Storable code generation support to separate package. | Brian S. O'Neill |
2007-03-31 | Remove broken link. | Brian S. O'Neill |
2007-03-29 | Update comments. | Brian S. O'Neill |
2007-03-28 | Merged 1.2-dev to trunk. | Brian S. O'Neill |
2007-02-17 | ReplicatedRepository installs user triggers on the replica again, but it now ... | Brian S. O'Neill |
2007-02-15 | Fixed verify error in generation of markPropertiesDirty. | Brian S. O'Neill |
2007-01-11 | Fixes for bugs found using FindBugs. | Brian S. O'Neill |
2007-01-06 | Removed old commented out code. | Brian S. O'Neill |
2006-12-24 | Fix for rare race condition in JDBC storable reload after update. | Brian S. O'Neill |
2006-12-16 | Handle rare race condition. | Brian S. O'Neill |
2006-12-07 | Added @Authoritative annotation. | Brian S. O'Neill |
2006-12-06 | Enhanced OptimisticLockException message. | Brian S. O'Neill |
2006-12-05 | Undo commit -- record version on internal sequence generating Storable. | Brian S. O'Neill |
2006-12-05 | Added record version number to internal sequence generating Storable. | Brian S. O'Neill |
2006-11-15 | More work to avoid race conditions and deadlock. | Brian S. O'Neill |