summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/spi
AgeCommit message (Expand)Author
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
2006-11-15More work to avoid race conditions and deadlock.Brian S. O'Neill
2006-11-11Fixed deadlock when using unsupported Storage for the first time.Brian S. O'Neill
2006-11-08Include missing property names in ConstraintException.Brian S. O'Neill
2006-11-04Support transaction isolation level of "none".Brian S. O'Neill
2006-11-02Fix minor spelling error.Brian S. O'Neill
2006-10-31Add feature to apply default direction to all indexes.Brian S. O'Neill
2006-10-17Prevent accidental replication of internal storables.Brian S. O'Neill
2006-10-17More work on automatic triggers.Brian S. O'Neill
2006-10-15Created StorageCollection.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-10-08Add missing logical operation when setting join property.Brian S. O'Neill
2006-10-08Finished support for trigger factoriesBrian S. O'Neill
2006-10-07Added TriggerFactory.Brian S. O'Neill
2006-10-06Removed RepositoryReference class.Brian S. O'Neill
2006-10-06Check if trigger just overrides "try" methods.Brian S. O'Neill
2006-10-05Moved raw package out of spi package.Brian S. O'Neill
2006-10-04Generate correct constructor signatures.Brian S. O'Neill
2006-09-30Finished join optimization.Brian S. O'Neill
2006-09-19Make toStringKeyOnly also include alternate keys.Brian S. O'Neill
2006-09-17Finished replacing old query engine.Brian S. O'Neill
2006-09-12Join short-circuit if external property cannot be null.Brian S. O'Neill
2006-09-11Marked deprecated.Brian S. O'Neill
2006-09-11Completed new query engine implementation.Brian S. O'Neill