summaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2010-07-28Undo last commit.Brian S. O'Neill
2010-07-28Need to actually add the new interfaces.Brian S. O'Neill
2010-07-24Allow new layouts if BDB is read-only.Brian S. O'Neill
2010-07-02Added NonDurableCommitException.Brian S. O'Neill
2010-06-14Add sync option to CheckpointCapability.Brian S. O'Neill
2010-06-10Split data and log files during backup.Brian S. O'Neill
2010-06-08Fix serialization of adapted primary key properties.Brian S. O'Neill
2010-06-04Added deadlock detection for JDBC.Brian S. O'Neill
2010-05-17Remove cached metadata if exception thrown while creating it.Brian S. O'Neill
2010-05-16Comments and compatibility for new backup features.Brian S. O'Neill
2010-05-14Added Incremental Backup to HotBackupCapabilityOlga Kuznetsova
2010-04-04Fix race condition which causes layout generation to be lost.Brian S. O'Neill
2010-04-01Promptly release internal cursor map when scope is closed.Brian S. O'Neill
2010-03-19Support class loaders that don't provide a Package.Brian S. O'Neill
2010-03-17Add a minor comment.Brian S. O'Neill
2010-03-14Update copyright.Brian S. O'Neill
2010-03-14Allow storable types to differ between client and server.Brian S. O'Neill
2010-03-12Refactored hashcode generating code to utility method.Brian S. O'Neill
2010-03-11Support partition key when loading by alternate key.Brian S. O'Neill
2010-03-10Add DetachedStorableFactory.Brian S. O'Neill
2010-03-10Add DetachedStorableFactory.Brian S. O'Neill
2010-03-10Add master feature to check if partition key has been fully specified.Brian S. O'Neill
2010-03-06Add capability for repository group access.Brian S. O'Neill
2010-03-01Deprecated ThrowUnchecked class.Brian S. O'Neill
2010-02-20Fix generated delete statement which has joins.Brian S. O'Neill
2010-02-17Rollback transaction if commit fails.Brian S. O'Neill
2010-02-17Add PartitionKey annotation.Brian S. O'Neill
2010-01-21Comment fix.Brian S. O'Neill
2010-01-18Add attach/detach notification.Brian S. O'Neill
2010-01-07Add option to keep old transaction log files.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
2009-12-20Allow transaction to attach if existing scope is inactive.Brian S. O'Neill
2009-11-05Add support for compressed records.Brian S. O'Neill
2009-11-04Support setting max log file size.Brian S. O'Neill
2009-10-26Pass Storable to RawSupport when loading and deleting.Brian S. O'Neill
2009-10-23Allow transaction implementation to be notified when update mode is selected.Brian S. O'Neill
2009-10-16Fix for last commit to allow for gaps in the the list of serialized properties.Brian S. O'Neill
2009-10-15Generated readFrom method sets properties states at the end, to ensure that a...Brian S. O'Neill
2009-10-13Removed bogus fixme comment.Brian S. O'Neill
2009-09-22Ensure derived properties are always accessed by methods.Brian S. O'Neill
2009-09-20Clarify docs when setDataSource is called.Brian S. O'Neill
2009-09-16Fix decoding code when using adapted properties to byte arrays.Brian S. O'Neill
2009-08-18Throw exception if force checkpoint disabled.Brian S. O'Neill
2009-08-03Ensure truncate when using single file is limited to one type.Brian S. O'Neill
2009-07-25Query.after and Query.fetchAfter supports subclass parameter.Brian S. O'Neill
2009-07-25Make cursors more resilient against concurrent close, preventing NoSuchElemen...Brian S. O'Neill
2009-06-30Always clone single byte array properties as some implementations reuse the a...Tobias Holgers
2009-06-25Set storable with primary key when corruption is detected against current lay...Brian S. O'Neill
2009-06-16Fixed copying of @Derived(shouldCopy=true) which was skipped when stateBits v...Tobias Holgers