ref #9142: use clazz for FROM statement in getUuidAndAbbrevTitleCache for agents
ref #9142: fix getUuidAndAbbrevTitleCache for agents
ref #8624: add dao and service methods to search for titlecache or abbrev title cache
ref #4545: add getUuidAndAbbrevTitleCache with class parameter
use long instead of int (cont.)
adapt uuidAndTitleCache services and dao methods to search for a pattern
fix #6061: search in titlecache and nomenclatural titleCache in getUuidAndAbbrevTitleCache
fix #6061: search for titlecache if abbrev title is empty
fix #5828: add abbrevTitleCache and titleCache to uuidAndTitleCache
fix getUuidAndTitleCache for pattern with * or ?
add limit and pattern to the uuid and titlecache methods
new method to get UuidAndTitleCache objects with nomenclatural titleCache for teamOrPersonBase
Remove method agentsUsedAsUsers related to #5743
Remove bidirectionality for supplemental data #5743
smaller changes for fauna europaea import and csvNameExport
Upgrade to hibernate 5 with persistence tests running #4716
moving UuidAndTitleCache from model to persistence. #4799
added id to uuidAndTitleCache
Implemented a uuidAndTitleCache method for institutions
implemented a couple of getUuidAndTitleCache methods for agents
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)
merged from branches/cdmlib/2.2 7238-7345 into trunk
fixes #1100 and #1101
minor
Refactored ISearchableDao to make it more generic, then added it and implementations to daos for Agents, References and Media
bugfix teamMembers as lists (persistence)
added countAddresses and getAddresses to IAgentDao and impl
Committing large number of changes relating to versioning implementation (#108)
added @Qualifier to help autowiring in cdmlib-remote
More work on #466, in particular on DefinedTermDao, AgentDao, TermVocabularyDao, and DescriptionDao.
Clean warnings in cdmlib-persistence