| riotfamily:/riotfamily/trunk/riot-hibernate/src/org/riotfamily/riot/hibernate/support/ |
jump to detailed chart | hide Line HistoryConstraint |
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
3329
by flx on
10 December 2008, 18:25:25 +0100
(27 days ago)
Removed deprecated classes
./SearchFilterBean.java
3329
./HibernatePropertyEditor.java
3329
3320
by flx on
09 December 2008, 15:24:12 +0100
(28 days ago)
Added a generic hashCode() and equals() implementation
./ActiveRecord.java
3320
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
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
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
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
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
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
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
./HibernateUtils.java
3138
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
./HibernateUtils.java
3073
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
3069
by jfl on
29 August 2008, 14:45:39 +0200
(4 months 8 days ago)
Improved searching in nested properties
./HibernateUtils.java
3069
3037
by flx on
27 August 2008, 21:44:00 +0200
(4 months 10 days ago)
Added a null-check
./HibernateUtils.java
3037
3015
by flx on
25 August 2008, 18:24:29 +0200
(4 months 12 days ago)
Factored out the AbstractHqlDao
./HibernateUtils.java
3015
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
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
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
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
./LongConversationTask.java
2860
./LongConversationTemplate.java
2860
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
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
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
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
2517
by ybl on
19 June 2008, 15:56:39 +0200
(6 months ago)
Changed from Java 1.4 to 5
./HibernateUtils.java
2517
2490
by flx on
17 June 2008, 17:58:11 +0200
(6 months ago)
Added more Java 5 generic parameter types
./SetupBean.java
2490
./HibernateUtils.java
2490
./HibernatePropertyEditor.java
2490
./HibernateSupport.java
2490
./HibernateHelper.java
2490
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
2258
by flx on
02 April 2008, 20:11:43 +0200
(9 months ago)
Added a createFilter() method
./HibernateSupport.java
2258
./HibernateHelper.java
2258
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
1701
by flx on
21 November 2007, 21:08:19 +0100
(13 months ago)
Added a saveOrUpdate() method to the HibernateHelper.
./HibernateHelper.java
1701
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
|