Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

3331 by flx on 10 December 2008, 18:27:13 +0100 (27 days ago) Added the RiotSessionFactoryBean that outputs the SQL statements that would be executed if hbm2ddl.auto was set to 'update'

./RiotSessionFactoryBean.java 3331 history download (+89) new

… 1 more file in changeset.
3329 by flx on 10 December 2008, 18:25:25 +0100 (27 days ago) Removed deprecated classes

./SearchFilterBean.java 3329 history deleted

./HibernatePropertyEditor.java 3329 history deleted

3320 by flx on 09 December 2008, 15:24:12 +0100 (28 days ago) Added a generic hashCode() and equals() implementation

./ActiveRecord.java 3320 history download (+19 -0) diffs

3213 by flx on 29 October 2008, 16:08:23 +0100 (2 months 8 days ago) Added a new custom Hibernate type

./ImmutableAnyType.java 3213 history download (+207) new

3187 by flx on 16 October 2008, 16:50:24 +0200 (2 months 21 days ago) RiotLog now uses Log4J directly (without Commons Logging) and supports NDC and MDC.

./LongConversationTemplate.java 3187 history download (+5 -2) diffs

… 11 more files in changeset.
3163 by alf on 23 September 2008, 16:39:09 +0200 (3 months 13 days ago) Removed the lifecycle entity listener. Javadoc updates.

./ActiveRecord.java 3163 history download (+7 -28) diffs

… 1 more file in changeset.
3161 by alf on 22 September 2008, 10:13:02 +0200 (3 months 15 days ago) Some more dateils on the active record work.

./ActiveRecord.java 3161 history download (+136 -28) diffs

… 1 more file in changeset.
3159 by alf on 18 September 2008, 23:22:26 +0200 (3 months 18 days ago) Created an abstract base class ActiveRecord for those who prefer the active record persistence pattern. The riot dao classes (all classes derived from AbstractHibernateRiotDao) do use ActiveRecord's l…

./ActiveRecord.java 3159 history download (+174) new

… 2 more files in changeset.
3145 by flx on 11 September 2008, 11:39:30 +0200 (3 months 25 days ago) The EntityWrapper now uses a custom Hibernate type to avoid ObjectNotFoundExceptions

./FailSafeAnyType.java 3145 history download (+359) new

… 1 more file in changeset.
3138 by flx on 09 September 2008, 21:28:02 +0200 (3 months 27 days ago) Removed duplicate imports and fixed deprecation warnings

./OpenSessionInViewFilterPlugin.java 3138 history download (+0 -1) diffs

./HibernateUtils.java 3138 history download (+4 -5) diffs

… 75 more files in changeset.
3073 by flx on 29 August 2008, 16:00:29 +0200 (4 months 8 days ago) All classes now use the new RiotLog instead of Commons Logging. RiotLog supports logging with varargs and allows us to easily switch to another logging framework in future.

./OpenSessionInViewFilterPlugin.java 3073 history download (+3 -3) diffs

./HibernateUtils.java 3073 history download (+4 -4) diffs

… 88 more files in changeset.
3072 by jfl on 29 August 2008, 15:31:01 +0200 (4 months 8 days ago) More improvements for searching in nested properties

./HibernateUtils.java 3072 history download (+7 -4) diffs

3069 by jfl on 29 August 2008, 14:45:39 +0200 (4 months 8 days ago) Improved searching in nested properties

./HibernateUtils.java 3069 history download (+45 -2) diffs

… 1 more file in changeset.
3037 by flx on 27 August 2008, 21:44:00 +0200 (4 months 10 days ago) Added a null-check

./HibernateUtils.java 3037 history download (+3 -0) diffs

3015 by flx on 25 August 2008, 18:24:29 +0200 (4 months 12 days ago) Factored out the AbstractHqlDao

./HibernateUtils.java 3015 history download (+2 -1) diffs

… 5 more files in changeset.
2980 by flx on 21 August 2008, 18:18:25 +0200 (4 months 16 days ago) The HqlParentChildDao now only adds the parentProperty to the HQL query if the property is mapped.

./HibernateUtils.java 2980 history download (+13 -0) diffs

… 2 more files in changeset.
2979 by jfl on 21 August 2008, 17:25:54 +0200 (4 months 16 days ago) Added entity class to query by example

./HibernateUtils.java 2979 history download (+29 -11) diffs

… 2 more files in changeset.
2942 by flx on 19 August 2008, 13:04:49 +0200 (4 months 18 days ago) Fix: The session was not closed

./LongConversationTemplate.java 2942 history download (+1 -1) diffs

2860 by flx on 12 August 2008, 19:42:30 +0200 (4 months 25 days ago) Added helper classes to work with long conversations.

./LongConversationCallback.java 2860 history download (+32) new

./LongConversationTask.java 2860 history download (+75) new

./LongConversationTemplate.java 2860 history download (+96) new

2821 by flx on 07 August 2008, 17:10:11 +0200 (4 months 30 days ago) Added a FactoryBean that checks if any entities of a given type exists in the database.

./EntityPresenceCheck.java 2821 history download (+72) new

2805 by flx on 05 August 2008, 13:10:26 +0200 (5 months 1 day ago) Added the OpenSessionInViewFilterPlugin as replacement for the OpenSessionInViewFilter. This way we can ensure the the filter code is run before any other filter or plugin tries to access the session.

./OpenSessionInViewFilterPlugin.java 2805 history download (+182) new

… 5 more files in changeset.
2658 by flx on 16 July 2008, 21:01:58 +0200 (5 months 21 days ago) Converted all static log variables to instance members

./HibernateUtils.java 2658 history download (+10 -6) diffs

… 34 more files in changeset.
2548 by flx on 26 June 2008, 12:50:31 +0200 (6 months ago) Replaced calls to Session.update() with Session.merge() to ease future migration to JPA.

./HibernateHelper.java 2548 history download (+13 -0) diffs

… 28 more files in changeset.
2517 by ybl on 19 June 2008, 15:56:39 +0200 (6 months ago) Changed from Java 1.4 to 5

./HibernateUtils.java 2517 history download (+5 -5) diffs

… 57 more files in changeset.
2490 by flx on 17 June 2008, 17:58:11 +0200 (6 months ago) Added more Java 5 generic parameter types

./SetupBean.java 2490 history download (+3 -6) diffs

./HibernateUtils.java 2490 history download (+14 -8) diffs

./HibernatePropertyEditor.java 2490 history download (+2 -2) diffs

./HibernateSupport.java 2490 history download (+1 -1) diffs

./HibernateHelper.java 2490 history download (+22 -15) diffs

… 15 more files in changeset.
2486 by flx on 17 June 2008, 17:03:01 +0200 (6 months ago) Dropped the support for user notifications and moved the job package to a separate module. Transaction demarcation is now annotation-driven.

./SetupJobs.java 2486 history deleted

… 137 more files in changeset.
2258 by flx on 02 April 2008, 20:11:43 +0200 (9 months ago) Added a createFilter() method

./HibernateSupport.java 2258 history download (+4 -0) diffs

./HibernateHelper.java 2258 history download (+12 -0) diffs

1791 by flx on 13 December 2007, 17:27:31 +0100 (12 months ago) Merged changes from release-6-5 to release-6-5-1.

./HibernateHelper.java 1791 history download (+13 -0) diffs

… 153 more files in changeset.
1701 by flx on 21 November 2007, 21:08:19 +0100 (13 months ago) Added a saveOrUpdate() method to the HibernateHelper.

./HibernateHelper.java 1701 history download (+13 -0) diffs

1382 by flx on 29 August 2007, 16:57:54 +0200 (16 months ago) Added an utility method to enable the Hibernate liveMode filter in case a RiotUser is logged in.

./HibernateUtils.java 1382 history download (+26 -0) diffs

earlier earlier | later later
FishEye: Open Source License registered to Riot.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.2 Build:build-298 2008-05-26 ) - Administration - Page generated 2009-01-07 10:31 +0100