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