SCM Repositories - andromda

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:


Revision 1.86.2.56 - (view) (download) (annotate) - [select for diffs]
Tue Oct 14 11:37:35 2008 UTC (5 weeks, 1 day ago) by vagtsi
Branch: V3_x_HEAD
Changes since 1.86.2.55: +22 -20 lines
Diff to previous 1.86.2.55 , to branch point 1.86
replaced getHibernateTemplate().execute() through executeWithNativeSession (if using spring version 2.5 or above, added new namespace property "springVersion" therefore)

Revision 1.86.2.55 - (view) (download) (annotate) - [select for diffs]
Fri May 9 23:26:38 2008 UTC (6 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.54: +4 -34 lines
Diff to previous 1.86.2.54 , to branch point 1.86
Make transformEntity and transformEntities public

Revision 1.86.2.54 - (view) (download) (annotate) - [select for diffs]
Wed Apr 23 17:53:21 2008 UTC (6 months, 4 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.53: +28 -0 lines
Diff to previous 1.86.2.53 , to branch point 1.86
Add convenience getPaginationResult to the DaoBase

Revision 1.86.2.53 - (view) (download) (annotate) - [select for diffs]
Sun Mar 30 22:58:23 2008 UTC (7 months, 3 weeks ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_3
Changes since 1.86.2.52: +1209 -1205 lines
Diff to previous 1.86.2.52 , to branch point 1.86
only construct the VO in when the entity is not null (in transform methods)

Revision 1.86.2.52 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 20:16:42 2008 UTC (9 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.86.2.51: +1205 -1205 lines
Diff to previous 1.86.2.51 , to branch point 1.86
applied MISC-50; updated @SuppressWarnings references to fully-qualified form in generated files

Revision 1.86.2.51 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 22:58:28 2008 UTC (9 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.50: +4 -0 lines
Diff to previous 1.86.2.50 , to branch point 1.86
make sure toEntity method will return the entity if that is passed in

Revision 1.86.2.50 - (view) (download) (annotate) - [select for diffs]
Fri Dec 7 00:13:10 2007 UTC (11 months, 2 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.49: +1 -1 lines
Diff to previous 1.86.2.49 , to branch point 1.86
expose calculateFirstResult to subclasses

Revision 1.86.2.49 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 22:10:57 2007 UTC (12 months, 2 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.48: +30 -0 lines
Diff to previous 1.86.2.48 , to branch point 1.86
add "toEntities" method

Revision 1.86.2.48 - (view) (download) (annotate) - [select for diffs]
Fri Sep 28 16:00:34 2007 UTC (13 months, 3 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.47: +1 -1 lines
Diff to previous 1.86.2.47 , to branch point 1.86
fix compilation issue on toArray methods when templating is enabled

Revision 1.86.2.47 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 15:23:30 2007 UTC (13 months, 3 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.46: +7 -3 lines
Diff to previous 1.86.2.46 , to branch point 1.86
improve toArray method on Dao Base (we don't want to transform the existing collection, but instead create and return a new instance).

Revision 1.86.2.46 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 09:50:29 2007 UTC (15 months, 4 weeks ago) by vagtsi
Branch: V3_x_HEAD
Changes since 1.86.2.45: +65 -38 lines
Diff to previous 1.86.2.45 , to branch point 1.86
replaced raw types through generics for $enableTemplating, fixed SPRING-197

Revision 1.86.2.45 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 22:48:43 2007 UTC (16 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.44: +7 -2 lines
Diff to previous 1.86.2.44 , to branch point 1.86
make toArray method null safe

Revision 1.86.2.44 - (view) (download) (annotate) - [select for diffs]
Tue Jul 17 22:32:34 2007 UTC (16 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.43: +31 -19 lines
Diff to previous 1.86.2.43 , to branch point 1.86
Add toArray transformation method

Revision 1.86.2.43 - (view) (download) (annotate) - [select for diffs]
Thu Apr 12 03:26:45 2007 UTC (19 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.42: +2 -2 lines
Diff to previous 1.86.2.42 , to branch point 1.86
minor fix for jdk4 compilation

Revision 1.86.2.42 - (view) (download) (annotate) - [select for diffs]
Thu Apr 12 02:41:45 2007 UTC (19 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.41: +20 -15 lines
Diff to previous 1.86.2.41 , to branch point 1.86
minor refactoring: add method toEntity(Object[]) and have any to VO references call it.

Revision 1.86.2.41 - (view) (download) (annotate) - [select for diffs]
Thu Mar 22 23:05:55 2007 UTC (20 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.40: +2 -2 lines
Diff to previous 1.86.2.40 , to branch point 1.86
Enable paging on the entity level as well (enabled by default in the Search class).

Revision 1.86.2.40 - (view) (download) (annotate) - [select for diffs]
Wed Mar 21 21:30:04 2007 UTC (20 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.39: +30 -19 lines
Diff to previous 1.86.2.39 , to branch point 1.86
improve pagination support for "search" methods on DAOs

Revision 1.86.2.39 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 16:05:38 2007 UTC (20 months, 1 week ago) by vagtsi
Branch: V3_x_HEAD
Changes since 1.86.2.38: +8 -27 lines
Diff to previous 1.86.2.38 , to branch point 1.86
re-fixed SPRING-165: removed generation of transformation methods of inherited entities if dao inheritance is disabled

Revision 1.86.2.38 - (view) (download) (annotate) - [select for diffs]
Mon Feb 12 23:25:28 2007 UTC (21 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.37: +11 -1 lines
Diff to previous 1.86.2.37 , to branch point 1.86
fix a couple minor issues with new dao search functionality

Revision 1.86.2.37 - (view) (download) (annotate) - [select for diffs]
Mon Feb 12 15:29:12 2007 UTC (21 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.36: +55 -7 lines
Diff to previous 1.86.2.36 , to branch point 1.86
Add some generic search function to daos, that allow searching based on property names.

Revision 1.86.2.36 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 17:26:34 2007 UTC (21 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.35: +37 -20 lines
Diff to previous 1.86.2.35 , to branch point 1.86
add paging to loadAll

Revision 1.86.2.35 - (view) (download) (annotate) - [select for diffs]
Sun Feb 11 16:09:25 2007 UTC (21 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.34: +90 -10 lines
Diff to previous 1.86.2.34 , to branch point 1.86
Add additional query operations that take pageNumber and pageSize (so that each query can optionally support paging).

Revision 1.86.2.34 - (view) (download) (annotate) - [select for diffs]
Thu Nov 30 16:25:34 2006 UTC (23 months, 3 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.33: +12 -12 lines
Diff to previous 1.86.2.33 , to branch point 1.86
fix hardcoding of package name

Revision 1.86.2.33 - (view) (download) (annotate) - [select for diffs]
Mon Nov 27 23:55:34 2006 UTC (23 months, 3 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.32: +2 -0 lines
Diff to previous 1.86.2.32 , to branch point 1.86
add a couple merge points to the DAO interface and base

Revision 1.86.2.32 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 14:22:34 2006 UTC (23 months, 4 weeks ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.31: +1 -1 lines
Diff to previous 1.86.2.31 , to branch point 1.86
remove code not meant to be checked in

Revision 1.86.2.31 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 23:14:51 2006 UTC (2 years ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.30: +20 -0 lines
Diff to previous 1.86.2.30 , to branch point 1.86
Add retrieval of principal to DaoBase

Revision 1.86.2.30 - (view) (download) (annotate) - [select for diffs]
Sat Nov 18 22:28:23 2006 UTC (2 years ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.29: +17 -8 lines
Diff to previous 1.86.2.29 , to branch point 1.86
allow embedded values to be correctly rendered in auto generated queries

Revision 1.86.2.29 - (view) (download) (annotate) - [select for diffs]
Sat Nov 4 00:31:49 2006 UTC (2 years ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_2
Changes since 1.86.2.28: +1 -1 lines
Diff to previous 1.86.2.28 , to branch point 1.86
make sure we can include inherited attributes in criteria objects

Revision 1.86.2.28 - (view) (download) (annotate) - [select for diffs]
Wed Oct 11 22:56:53 2006 UTC (2 years, 1 month ago) by freter
Branch: V3_x_HEAD
Changes since 1.86.2.27: +2 -2 lines
Diff to previous 1.86.2.27 , to branch point 1.86
Patch for SPRING-180

Revision 1.86.2.27 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 06:20:39 2006 UTC (2 years, 3 months ago) by vagtsi
Branch: V3_x_HEAD
Changes since 1.86.2.26: +2 -2 lines
Diff to previous 1.86.2.26 , to branch point 1.86
fixed SPRING-181 (unnecessary cast in loadAll()) and fixed unnecessary cast in finder methods

Revision 1.86.2.26 - (view) (download) (annotate) - [select for diffs]
Fri Aug 11 13:50:54 2006 UTC (2 years, 3 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.25: +1 -1 lines
Diff to previous 1.86.2.25 , to branch point 1.86
don't call 'setParameterList' when not using named parameters (so code compiles)

Revision 1.86.2.25 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 15:40:25 2006 UTC (2 years, 3 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.24: +2 -2 lines
Diff to previous 1.86.2.24 , to branch point 1.86
Fix bug with load (wasn't wrappging primitives like it used to).

Revision 1.86.2.24 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 15:40:19 2006 UTC (2 years, 4 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.86.2.23: +1 -1 lines
Diff to previous 1.86.2.23 , to branch point 1.86
applied patch JIRA: SPRING-180 "Use of ParameterList in HibernateDao is not possible if not using named parameters"

Revision 1.86.2.23 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 14:07:59 2006 UTC (2 years, 5 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.86.2.22: +26 -27 lines
Diff to previous 1.86.2.22 , to branch point 1.86
fully qualified a couple of references to (java.lang) Object in a template; improved getting the default value from a hibernate entity attribute: enumerations and corresponding literals are now also properly handled

Revision 1.86.2.22 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 11:56:38 2006 UTC (2 years, 6 months ago) by vagtsi
Branch: V3_x_HEAD
CVS Tags: V3_2_RC1
Changes since 1.86.2.21: +43 -9 lines
Diff to previous 1.86.2.21 , to branch point 1.86
fixed SPRING-166: generate tranformations methods for all inherited (entity) dependencies if 'daoInheritanceEnabled=false'

Revision 1.86.2.21 - (view) (download) (annotate) - [select for diffs]
Mon Mar 27 23:22:32 2006 UTC (2 years, 7 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.20: +1 -1 lines
Diff to previous 1.86.2.20 , to branch point 1.86
get rid of unnecessary cast

Revision 1.86.2.20 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 23:52:01 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.19: +1 -1 lines
Diff to previous 1.86.2.19 , to branch point 1.86
minor formatting fix

Revision 1.86.2.19 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 23:29:32 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.18: +15 -32 lines
Diff to previous 1.86.2.18 , to branch point 1.86
make default vo transformer delegate to the other vo transformer that takes the entity and vo

Revision 1.86.2.18 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 19:39:37 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.17: +32 -45 lines
Diff to previous 1.86.2.17 , to branch point 1.86
Value Object setters are now always public (like before), this is necessary to allow easier interoperation with other cartridges.
Use this value object change this to fix SPRING-162 (Conflict between Calendar and Date types on value object constructors) and SPRING-160 (Bug in Generation of Base DAOs toValueObject method)

Revision 1.86.2.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 16:18:39 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.16: +6 -0 lines
Diff to previous 1.86.2.16 , to branch point 1.86
SPRING-161 (Declared exceptions should be rethrown in the DaoBase)

Revision 1.86.2.16 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 16:58:55 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.15: +0 -1 lines
Diff to previous 1.86.2.15 , to branch point 1.86
Move several properties into condition section of the cartridge.xml

Revision 1.86.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 14:54:30 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.14: +1 -1 lines
Diff to previous 1.86.2.14 , to branch point 1.86
minor improvement

Revision 1.86.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 14:52:51 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.13: +1 -1 lines
Diff to previous 1.86.2.13 , to branch point 1.86
minor improvement

Revision 1.86.2.13 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 14:43:09 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.12: +6 -6 lines
Diff to previous 1.86.2.12 , to branch point 1.86
a couple of fixes to previous commit to the Dao support

Revision 1.86.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Mar 13 14:26:32 2006 UTC (2 years, 8 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.86.2.11: +45 -23 lines
Diff to previous 1.86.2.11 , to branch point 1.86
fixed SPRING-157: ambiguous constructor in daobase using value objects, minor code improvement, added support for disabling DAO inheritance (used in combination with the jdk5 templating capabilities)

Revision 1.86.2.11 - (view) (download) (annotate) - [select for diffs]
Fri Mar 3 03:14:47 2006 UTC (2 years, 8 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.10: +1 -1 lines
Diff to previous 1.86.2.10 , to branch point 1.86
make results set for finders that return one entity (to eliminate possible duplicates)

Revision 1.86.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 00:17:02 2006 UTC (2 years, 9 months ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3x_BEFORE_METAFACADE_RESET
Changes since 1.86.2.9: +16 -2 lines
Diff to previous 1.86.2.9 , to branch point 1.86
add default implementation of the report query transformation (so it just doesn't return null).

Revision 1.86.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Jan 27 23:04:11 2006 UTC (2 years, 9 months ago) by draftdog
Branch: V3_x_HEAD
Changes since 1.86.2.8: +5 -5 lines
Diff to previous 1.86.2.8 , to branch point 1.86
fixed HIB-162, SPRING-146 (partly), ANDROMDAPP-6, JAVA-27 .. also added minor improvements to the patch submitted by Jens regarding templating (generics) in enumeration

Revision 1.86.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 05:26:30 2006 UTC (2 years, 10 months ago) by joelkoz
Branch: V3_x_HEAD
Changes since 1.86.2.7: +130 -2 lines
Diff to previous 1.86.2.7 , to branch point 1.86
HIB-141 Add support for Hibernate XML Persistence

Revision 1.86.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 18:59:40 2006 UTC (2 years, 10 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.6: +1 -3 lines
Diff to previous 1.86.2.6 , to branch point 1.86
SPRING-139 (Use get() instead of find() w/HQL for DAO load())

Revision 1.86.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 17:47:54 2006 UTC (2 years, 10 months ago) by joelkoz
Branch: V3_x_HEAD
Changes since 1.86.2.5: +2 -2 lines
Diff to previous 1.86.2.5 , to branch point 1.86
Fixed problem with "entity to value object" conversion routine using wrong set of parameters.

Revision 1.86.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 23:23:20 2006 UTC (2 years, 10 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.4: +0 -43 lines
Diff to previous 1.86.2.4 , to branch point 1.86
remove interpretBusinessLogic support (this is can be injected into class files by the andromdapp m2 plugin)

Revision 1.86.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Dec 23 02:35:52 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.3: +44 -1 lines
Diff to previous 1.86.2.3 , to branch point 1.86
start on adding interpreted methods to the DAOs

Revision 1.86.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 23 00:56:02 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.2: +2 -2 lines
Diff to previous 1.86.2.2 , to branch point 1.86
Fix SPRING-136

Revision 1.86.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 17:11:13 2005 UTC (2 years, 10 months ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.86.2.1: +2 -2 lines
Diff to previous 1.86.2.1 , to branch point 1.86
Add missing parenthesis

Revision 1.86.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 00:13:03 2005 UTC (2 years, 10 months ago) by joelkoz
Branch: V3_x_HEAD
Changes since 1.86: +93 -0 lines
Diff to previous 1.86
Generate a default implementation for ValueObject/Entity conversion routines found in Spring DAOs

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 20:06:54 2005 UTC (2 years, 11 months ago) by nbhatia
Branch: MAIN
CVS Tags: HEAD, Root_V3, Root_V3_x, Root_V3_x_HEAD
Branch point for: V3_x_HEAD
Changes since 1.85: +6 -13 lines
Diff to previous 1.85
Simplied entity creation code. Earlier we were taking the return code from getHibernateTemplate().save() and saving it in the entity's identifier. This is not necessary since Hibernate has already done this for us.

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri Nov 4 20:42:11 2005 UTC (3 years ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1, V3_2RC1SNAPSHOT
Branch point for: V3_1x
Changes since 1.84: +0 -13 lines
Diff to previous 1.84
remove functionality that does not work well.

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Fri Oct 28 15:11:38 2005 UTC (3 years ago) by cwbrandon
Branch: MAIN
Changes since 1.83: +8 -1 lines
Diff to previous 1.83
fix for evictEntitiesOnTransformation with hibernate 2

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Thu Oct 27 23:17:38 2005 UTC (3 years ago) by cwbrandon
Branch: MAIN
Changes since 1.82: +6 -0 lines
Diff to previous 1.82
add new "evictEntitiesOnTransformation" namespace property, default is false.

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon Oct 24 13:29:11 2005 UTC (3 years ago) by cwbrandon
Branch: MAIN
Changes since 1.81: +2 -10 lines
Diff to previous 1.81
Remove unused code: SPRING-128

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 18:46:17 2005 UTC (3 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.80: +1 -1 lines
Diff to previous 1.80
array finder parameters were not correctly set with setParameterList

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 18:19:20 2005 UTC (3 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.79: +3 -3 lines
Diff to previous 1.79
make transformEntities protected so it can be used or overridden from subclasses

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 03:16:01 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
allow overridden queries to use the current entity its query

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 02:37:48 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
Changes since 1.77: +1 -2 lines
Diff to previous 1.77
minor improvement

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 18:08:43 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
Changes since 1.76: +32 -0 lines
Diff to previous 1.76
SPRING-116 (Add a transform method to the generated DAO to convert associated VO to entity)

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 22:51:56 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1RC1_tag
Branch point for: V3_1RC1
Changes since 1.75: +5 -5 lines
Diff to previous 1.75
conversion to a set needs to occur before transformation occurs since VOs don't have equals and hashCode implemented

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 14:09:12 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
Changes since 1.74: +19 -2 lines
Diff to previous 1.74
SPRING-100 (loadAll() method within DAO´s)

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 16:34:59 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.73: +2 -0 lines
Diff to previous 1.73
allow disabling of the DAO create method that take properties.

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 17:11:50 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.72: +1 -1 lines
Diff to previous 1.72
improve critera search's handling of embedded values (now they can be used within multiple association levels)

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 17:55:00 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
there is now a crteria object per entity generated so that we can handle embeded values, however we can only currently handle embedded values directly off of the entity (not ones on associated entites)...need to think how to provide this

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Jul 11 21:11:15 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.70: +2 -1 lines
Diff to previous 1.70
fix condition

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Mon Jul 11 21:09:10 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
typo

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Jul 11 21:04:42 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.68: +5 -2 lines
Diff to previous 1.68
SPRING-90 (Criteria searches do not allow Lists to be returned and sort ordering not being preserved)

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Wed Jul 6 17:56:47 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67
fixed SPRING-85: improved paging support in criteria-based finders, added support for both firstResult and fetchSize

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 19:24:29 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
Changes since 1.66: +4 -14 lines
Diff to previous 1.66
Do a find inside of load so we don't need to catch an object not found exception

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 14:56:01 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
Changes since 1.65: +1 -1 lines
Diff to previous 1.65
sort required properties by name so they do not change

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 20:23:02 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1M1
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
fix required create methods in base

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Jun 11 23:06:36 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
Changes since 1.63: +4 -4 lines
Diff to previous 1.63
parameterize the spring hibernate package (for hibernate3)

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sat Jun 11 22:42:46 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
Changes since 1.62: +8 -8 lines
Diff to previous 1.62
parameterize the hibernate package names so that we can move between hibernate 2 and hibernate 3

Revision 1.61.2.1 - (view) (download) (annotate) - [select for diffs]
Wed May 11 23:41:01 2005 UTC (3 years, 6 months ago) by cwbrandon
Branch: V3_0x
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 , to next main 1.86
required properties were not using the getterSetterTypeName

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed May 11 23:38:03 2005 UTC (3 years, 6 months ago) by cwbrandon
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61
required properties were not using the getterSetterTypeName

Revision <