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.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.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.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.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.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.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.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.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.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