ref #6591 adapt PESI import to new original spellings handling
cleanup
reference search for abbrevTitleCache and titleCache
ref #6581 update HQL and property paths and similar to nomenclaturalSource (some issues unclear)
ref #6581 adapt search in ReferenceDaoHibernateImpl
ref #8907 adapting method to SortableTaxonNodeQueryResult and fixing NPE
ref #8624: add dao and service methods to search for titlecache or abbrev title cache
fix #8800 fix NPE in Reference.getUuidAndTitle
add additional method for more specific return type of CommonService.getSourcedObjectSByIdInSource
add more specific return type to CommonService.getSourcedObjectByIdInSource
ref #8034: filter last selected references by inReference type
ref #8162 move OriginalSourceXXX to reference package
ref #8162 adapt cdmlip to new term package structure
remove generic references from result for inReference selection
adding new SpecimenOrObservationType and smaller changes
cleanup and remove rows(xxx) method
ref 3984: add persistence method to get uuidAndTitleCaches for a list of uuids
ref #3533: new method to get only references with dedicated author
implement possibility to get cdmEntities by identifiers in dialogs
fix #6368 rename table and class TaxonNameBase
ref #5620 reduce log level for Reference null titleCaches
ref #1606: fix exception for pattern ? in reference selection dialog
ref #1606 fix bug in referenceDao.getUuidAndTitleCache
Cleanup
fix #1606: add generic type to all filters
ref #1606: add methods to provide filter for reference type
fix #6342: fix exception for ? in selection dialog
ref #6190 removing svn property place holder in first line of code
fix #6061: search in titlecache and nomenclatural titleCache in getUuidAndAbbrevTitleCache
fix #5837: search on abbrevTitleCache instead of abbrev title
fix #6061: search for titlecache if abbrev title is empty
ref #5837 implement search for nomenclatural title
fix getUuidAndTitleCache for pattern with ?
fix getUuidAndTitleCache for pattern with * or ?
fix UuidAndtitleCache methods for pattern with asterisk
fix getUUIDAndTitleCache for references
add limit and pattern to the uuid and titlecache methods
Further cleanup and rename new default cache strategy to default cache strategy #5833
Implement single cache strategy for references #5833
Remove generics from Reference in cdmlib (except for cdmlib-model) #5830
Remove bidirectionality for supplemental data #5743
moving UuidAndTitleCache from model to persistence. #4799
added id to uuidAndTitleCache
adapt tests to missing Reference.series #4293 and not null constraint for test database ddl #4382
rename Reference.authorTeam -> authorship #4432
revert r19380
change DescriptionBase.descriptionElements to DescriptionBase.elements #3841
first version of abbreviated title cache generation for references : #1551
explicitely ordering taxa for test ReferenceDaoHibernateImplTest.testListCoveredTaxa()
i put a distinct in the hibernate query of the getAllNomenclaturalReferences(). because the return list held doubles.
just added the files of my statistics1 branche manually because reintegration failed
merge 3.0.2 to trunk
re-integrating branches/cdmlib/oai-pmh up to revision 10059
implemented a couple of getUuidAndTitleCache methods for agents
merging the last changes from SPRINT-Cichoriea1 into trunk
merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk
Refactored free text search to re-use the same code for all identifiable entities. Switched to StandardAnalyzer to include indexing of numbers. Removed redundant code from taxonDao.delete() method (as included entities deleted using hibernate's cascade method)
Merging revisions 7377-7378,7390-7396,7400-7405,7412-7414,7442-7443,7448-7449,7453-7456 of http://dev.e-taxonomy.eu/svn/branches/cdmlib/2.2 into trunk - test in error, see #1274, #1275
fixes #998
changed flush mode to COMMIT. Solves lots of issues regarding hibernate conversations. added getUuidAndTitleCache methods at service level
Intensive model change for referenceBase and subclass, smaller model changes for taxonBase and marker
refactored UuidAndTitleCache methods
finetuning match mechanism
TaxonomicTree implementation (persistence)
Refactored ISearchableDao to make it more generic, then added it and implementations to daos for Agents, References and Media
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
added @Qualifier to help autowiring in cdmlib-remote