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.)
ref #9785 fix SimpleSchemaUpdaterStep for error recovering
ref #9785 fix update script for measurement unit_ids
ref #10097 add columnNameChanger for originalNameString to update script
move CdmUpdater to new model version
ref #10057 add accessed field to OriginalSourceBase (cont., fullDataGenerator)
ref #9908 additional changes for Credit.timePeriod
ref #9908 add timePeriod to Credit
fix #9785 Update script for missing measurement unit_ids (matrix)
fix #9830 update México Distrito Federal label (add accent)
ref #9901 remove Media_RightsInfo.rights_id index
ref #10057 add accessed field to OriginalSourceBase
ref #10097 change originalNameString to originalInfo in cdmlib
ref #10083 update script for blocking reverse label and schema updater for v5.32
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
remove the hsql files again
ref #10071: add statusNote to dto
revert some changes added accidently
resolve the merge
white space problems
ref #9359 fully remove hsqldb to be supported by cdmlib, we only use h2 now (cont)
ref #9359 fully remove hsqldb to be supported by cdmlib, we only use h2 now
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()