Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5105dcc4 11/16/2009 05:12 PM Katja Luther

revert the model changes...

bad68263 11/16/2009 04:57 PM Katja Luther

rightsterm -> rightstype ticket #1306

f7a1d604 11/16/2009 04:00 PM Katja Luther

changed securtityContextHolderStrategy

3e37ea16 11/06/2009 04:06 PM Ben Clark

Added methods and tests to recover changes to data

73e67b40 11/02/2009 01:29 PM Ben Clark

Refactored OrderHint and added RandomOrder, plus a couple of small bug fixes in VersionableDaoBase

78c2bf74 10/26/2009 01:44 PM Katja Luther

licence comment added

9af0ba1b 10/07/2009 02:07 PM Ben Clark

Merged in changes from cate-development branch and upgraded to spring 3.0.0.RC1

b7039d5b 09/24/2009 03:23 PM Katja Luther
b3715e03 09/21/2009 01:05 PM Niels Hoffmann

changed flush mode to COMMIT. Solves lots of issues regarding hibernate conversations.
added getUuidAndTitleCache methods at service level

57606ee3 09/21/2009 02:21 AM Andreas Müller

Intensive model change for referenceBase and subclass, smaller model changes for taxonBase and marker

ea3eb32e 09/07/2009 06:34 PM Niels Hoffmann

changing System.out.println to logger calls

c0b30a06 09/07/2009 12:11 PM Andreas Müller

CdmMetaData implemented (persistence)

dd29fbb1 08/26/2009 11:54 PM Ben Clark

Implemented Grouping Criteria method for ICdmEntityDao, including group by count and group by year / month / day for dateTime fields

c32d0d7a 08/19/2009 01:59 AM Andreas Müller

minor

01071200 08/14/2009 06:12 PM Ben Clark

Corrected a couple of bugs

1bbc1ecc 08/14/2009 11:22 AM Andreas Müller

updates for match strategy in persistence

59e9fb51 08/14/2009 10:15 AM Ben Clark

Added free-text search methods to name & occurrence DAO's

ec010b8d 08/12/2009 03:20 PM Andreas Müller

Matching in persistence

4d1c3725 08/10/2009 11:18 AM Andreas Müller

matching in persistence

639e3a47 08/06/2009 11:55 AM Andreas Müller

Merge for cdmlib-persistence and bugfix in TaxonDaoHibernateImplTest

5bd28871 07/29/2009 01:34 AM Andreas Müller

refactoring of ICdmGenericDao.getReferencingCdmBases()

2ad6f207 07/28/2009 02:02 PM Andreas Müller

reimplemented GenericDao.getAllClasses

1465f793 07/14/2009 06:52 PM Anahit Babadshanjan

Session clean

1179b7d2 07/10/2009 05:37 PM Anahit Babadshanjan

findByUuid for sets of uuids

5372e684 07/08/2009 06:12 PM Andreas Müller

bugfix in CdmGenericDaoImpl

681b753e 07/07/2009 04:02 PM Andreas Kohlbecker

new dao methods and cleaning up ITaxonDao

0dd618ff 07/05/2009 10:45 PM Ben Clark

Expanded on getByRepresentationText in IDefinedTermDao

67131913 06/29/2009 09:27 PM Andreas Müller

generic dao changes

5cf88eb5 06/25/2009 12:57 PM Andreas Kohlbecker

minor

47a88d09 06/05/2009 06:13 PM Ben Clark

Removed code which introduced horrible performance problems and phantom commits.

70354e64 06/03/2009 11:34 PM Ben Clark

Updated tests to reflect the new unique uuid constraint, corrected the CacheStrategyGenerator listener to correctly add updatedBy / createdBy metadata on saveOrUpdate events, corrected a couple of DAO methods, and added merge(T t) to ICdmEntityDao to allow the persisting of detached objects

fab1ec9e 05/25/2009 05:49 PM Niels Hoffmann

Fixed some issues with database handling and fixed a bug in LocationService.

bcfbb5a5 05/17/2009 03:24 PM Ben Clark

Updated a couple of methods to be more in line with generic dao method pattern

6d9050bd 05/15/2009 06:25 PM Ben Clark

Refactored ISearchableDao to make it more generic, then added it and implementations to daos for Agents, References and Media

b3b6e319 05/07/2009 01:38 PM Ben Clark

Lots of changes, including,
adding List orderHints, List propertyPaths to dao methods
New MarkerDao & impl
Expanded test coverage of beanintialization and cache strategy generator configuration

b8e3646e 04/20/2009 05:22 PM Anahit Babadshanjan

TypeDesignationStatus renamed to SpecimenTypeDesignationStatus

db6e4aad 04/09/2009 05:14 PM Niels Hoffmann

Changed DataChangeEvent architecture

4e1c9454 04/09/2009 12:01 PM Andreas Kohlbecker

configurable initialization of entities of list() methods

8916ece0 04/08/2009 06:28 PM Andreas Kohlbecker

vilibility of defaultBeanInitializer changed

923743ef 04/07/2009 02:23 PM Andreas Kohlbecker

configurable bean initialization methods

56b74f49 03/27/2009 10:13 AM Anahit Babadshanjan

Fixed the ambiguous return type of method list(Integer,Integer,OrderHint>

25c8100d 03/25/2009 10:08 PM Andreas Müller
58a42106 03/19/2009 05:29 PM Anahit Babadshanjan

Merged branches/cdmlib/2.0 changes r5130:5370 into the trunk

b227bf36 03/12/2009 05:59 PM Ben Clark

Minor problems discovered whilst refactoring CATE:
Corrections to User / Group / Authority impl
Changes due to upgrade of hibernate-search

339472e0 03/11/2009 09:00 PM Andreas Müller

number of objects in one flush reduced

f3d694cb 03/05/2009 12:38 PM Ben Clark

Changes related to refactoring of Auditing info, including auto-population of createdBy and updatedBy fields from the SecurityContext (#630)

597358de 02/25/2009 01:49 PM Ben Clark

Committing large number of changes relating to versioning implementation (#108)

f8868081 02/19/2009 12:12 PM Anahit Babadshanjan

Minor

7537e9c9 01/30/2009 01:18 AM Andreas Müller
bedfcc4d 01/20/2009 06:05 PM Ben Clark

Major changes to the cdmlib default term loading and initialization, plus free-text search of Taxa (by name) and DescriptionElementBase elements as part of #476

8127ca8d 01/12/2009 05:44 PM Andreas Kohlbecker

added @Qualifier to help autowiring in cdmlib-remote

4a81af09 01/05/2009 01:05 PM Ben Clark

Implemented generic user & group dao's and ported additional methods for querying TaxonName related information as part of #466

476dc7c2 12/19/2008 06:36 PM Ben Clark

Implemented methods to getRights and getSources in IIdentifiableDaoBase (#466)

f37ac392 12/19/2008 05:01 PM Ben Clark

Added IAnnotationDao & implementation, and IAnnotatableDao & implementation, as part of #466

2e658fd7 12/18/2008 02:56 PM Ben Clark

More work on #466, in particular on DefinedTermDao, AgentDao, TermVocabularyDao, and DescriptionDao.

9034816a 12/12/2008 10:59 PM Ben Clark

Implemented new methods required for CATE in ITaxonDao and implementation, including tests

1a9182c4 11/27/2008 02:54 AM Andreas Müller

Clean warnings in cdmlib-persistence

90e716b2 11/26/2008 03:08 PM Niels Hoffmann

removed unused imports

8f6f00e9 11/21/2008 02:20 PM Anahit Babadshanjan

Fixed LazyInitializationException in SDD import. Added unit test for getLanguageByIso().

66196e09 11/20/2008 05:52 PM Anahit Babadshanjan

Search for specific references implemented (getReferencesByTitle)

22b4b4d4 11/19/2008 04:22 PM Anahit Babadshanjan

Return null if input string is empty to prevent non-unique query results

6aad3259 11/12/2008 03:33 PM Andreas Müller
62afacf8 11/12/2008 03:23 PM Patricia Kelbert

persistentTitleCache instead of titleCache - changed by Andreas1

464c7673 11/12/2008 02:02 PM Andreas Müller

persistentTitleCache -> titleCache

e3491f23 10/10/2008 05:44 PM Niels Hoffmann

access of annotations

f734b8a7 09/25/2008 03:12 PM Niels Hoffmann
c8b75293 09/24/2008 02:39 PM Anahit Babadshanjan

Marshall/unmarshall HomotypicalGroup. Improved tables comparison.

be45aeca 09/22/2008 03:18 PM Anahit Babadshanjan

Experimented with comparing content of two CDM databases

d5490080 09/12/2008 04:02 PM Anahit Babadshanjan

Marshall/unmarshall LanguageString. Fixed TermVocabulary_Representation.

40e99ecd 09/12/2008 10:30 AM Anahit Babadshanjan

Marshall/unmarshall TermVocabulary

4502ab92 09/11/2008 11:54 AM Anahit Babadshanjan

Marshall/unmarshall Representations explicitly

03a9b241 09/10/2008 05:43 PM Patricia Kelbert
2c398184 09/08/2008 03:21 PM Patricia Kelbert
8b3969ee 09/08/2008 02:28 PM Anahit Babadshanjan

Opportunity to omit term loading during DB initialization.
Use @Qualifier to fix bean creation error.

2a7490e7 09/08/2008 02:10 PM Patricia Kelbert
1660d7fa 09/06/2008 12:06 PM Andreas Müller
bcb39e88 09/05/2008 02:21 PM Anahit Babadshanjan

getAgentByCode() method added

51fccf53 09/05/2008 01:02 PM Anahit Babadshanjan

Fixed marshalling/unmarshalling of ReferenceBase, TypeDesignationBase, etc.
Added saveAll() to CdmEntityDaoBase.

e07035da 09/03/2008 10:28 PM Andreas Müller
5f023e23 09/03/2008 08:11 PM Andreas Müller
05c876a2 08/13/2008 04:50 PM Anahit Babadshanjan

Counting rows

20ade225 07/23/2008 07:41 PM Niels Hoffmann
c6f24547 07/23/2008 01:28 AM Andreas Müller

UUIDUserType

51d92a14 07/18/2008 02:17 AM Andreas Müller
d201a7ce 07/18/2008 02:15 AM Andreas Müller
188125eb 07/17/2008 10:05 PM Andreas Müller
8b4dce7d 07/17/2008 09:52 PM Andreas Müller
e421e804 06/30/2008 09:00 PM Andreas Kohlbecker
4c0e3894 06/26/2008 11:40 AM Andreas Kohlbecker
717c8919 06/25/2008 06:06 PM Andreas Kohlbecker
80d0ec89 06/24/2008 11:18 AM Andreas Kohlbecker

search by title with paging capabilities and substring options

74d5d1d7 06/16/2008 06:29 PM Andreas Müller
ebbea48e 06/11/2008 05:47 PM Andreas Kohlbecker
dd53c64a 06/11/2008 10:41 AM Andreas Kohlbecker

getters to retrieve lists of languages by lists of iso codes or locales

b40c6465 06/09/2008 10:31 AM Andreas Kohlbecker

Merged branch cdm-webservices/cdmlib-persistence r2565:r2576 into the trunk

dc1ea609 05/29/2008 01:10 PM Andreas Kohlbecker
1649c3b2 05/28/2008 10:31 AM Andreas Kohlbecker
4a3bf259 04/24/2008 03:55 AM Andreas Müller
30a3be8c 04/21/2008 11:01 PM Andreas Müller