cleanup
ref #10101 delegat onMerge(event) to onMerge(event, alreadyCopied) in PostMergeEntityListener
ref #10101 catch and log no-session exception in PostMergeEntityListener instead of removing initialization completely
ref #10101 again preliminary remove children initialization in PostMergeEntityListener
return false in finally again, just in case this is important
ref #10101 add the childNodes touche for TaxonNode and TermNode again in PostMergeEntityListener
ref #10101 preliminary remove children initialization in PostMergeEntityListener
cleanup and allow merge with objectsToRemove in all services
ref #10101 add sortindex fix to taxon node and term node, too
ref #10101 fix sortindex gaps in polytomous key merge
javadoc
ref #10101 add commented implementation for trying to handle orphan removal in the PostMergeEntityListener
handle non-persisted objects in delete()
add logging for exceptions in CdmPreDataChangeListener
ref #10096 unified taxon node status handling during taxon node comparison (cont.)
move CdmApplicationUtils to real persistence package to avoid multiple scanning with service layer
fix #10090 revert init strategy and catch LIE in getCollectorTitleCache()
ref #10067, ref #3722, ref #8127 remove all manual sortindex and null value handling from polytomous key (node)
ref #10067, ref #8127 remove remaining null value handling from taxon node
ref #10067, ref #3722, ref #8127 remove all manual sortindex and null value handling from term node
fix 10084: fix problem with missing taxonuuid in dto
ref #10076 fix HQL query (remove native)
ref #3722, ref #8127, ref #10067 fully remove sortindex updating and collection null handling workaround from TaxonNode
minor
ref #10067, ref #10077 remove javassist as bytecode provider from cdmlib
ref #10076: fix taxonnodeDto creation for nodes without taxon and parent
use tuple class as return type
fix hibernate problem with returntype and taxonnodeDto for missing publish flag
ref #10071: add statusNote to dto again
update lineendings
revert changes in taxonnodeDto.noteStatus
revert changes to get statusNote
ref #10071: add statusNote to dto
white space problems
ref #10071: additional constructor and test added
ref #10067 byteCodeProvider for HibernateConfiguration and factory methods
ref #9359 upgrade cdmlib to log4j 2
ref #10071: add node status to dto and implemented some tests
fix NPEs in DTO creation
taxon node status needs to be added to the dto
ref #10071: create taxonnodeDTOs, add classification uuid
ref #10071: create taxonnodeDTOs also for a subtree
ref #10071: create taxonnodeDTOs directly from taxon uuid
create taxonnodeDto directly with taxonUuid - continue
cleanup some base DAOs (rename, remove @Repository, ...)
ref #10067 adapt getAllPersistedClasses() to new hibernate metadata handling
ref #10067 improve handling of CdmPreferenceLookup (now ...Cache) to allow running with >1 entity managers (e.g. during maven tests)
ref #10067 fix query type in UserDaoImpl
ref #10067 change to new hibernate Query class, adapt generics and use set Parameter instead old setXXX (cont.)
improve paging handling in multiple DAOs
ref #10067 change to new hibernate Query class, adapt generics and use set Parameter instead old setXXX
ref #10067 adapt getFlushMode() to getHibernateFlushMode()
ref #3533: fix search for reference with author
ref #9905 fix exception when matching TeamOrPersonBase
ref #9905 preliminary fix handling of collections with match mode "match" using count and Person.nomenclaturalTitle
ref #9963: return null, if list is empty
ref bug #9943: webservice portal/agent delivers wrong page content add (commented) test for #9943 (too many matching candidates for teams)
improve generics for collection save in service and dao layer
adapt to changes in SortableTaxonNodeQueryResult
cleanup javadoc
ref #9907: fix missing treeIndex in taxonNodeDto - continue
ref #9907: fix missing treeIndex in taxonNodeDto
ref #9861: termtree contains map with applicable informations
ref #9861: termnode contains featurestate as dto
ref #9886 first implementation for cdmlib-api with only UuidAndTitleCache moved to new module
ref #9842: first steps removing objects in dto creation - continue
ref #9497 AccountRegistrationService tesing for existing usernames & adding exist check methods to dao
ref #9802, #9843: fix display label in rowwrapper
ref #9843: adapt other uses of SortableTaxonNodeQueryResult- continue
ref #9843: adapt other uses of SortableTaxonNodeQueryResult
ref #9843: fix taxonnode dto creation and add parent uuid - continue
ref #9843: fix taxonnode dto creation and add parent uuid
ref #6296: cleanup
ref #6161 implementing password recovery service & tests