add includeIgnore parameter to EntityCacherDebugResult and minor refactoring
cleanup and improve logging in EntityCacherDebugResult
improve logging in CacheLoader
revert load with update only
revert moving loadRecursive maps and collections
remove redundant code (cont.)
remove redundant code
handle update without recursion correctly in CacheLoader
cleanup and rename methods and fix Fixme in ProxyUtils
ref #9078 allow ignoring recursive loading of terms (cont.)
rename internal loadRecursive calls to distinguish them more clearly
rename deproxy to deproxyIfInitialized
ref #9078 allow ignoring recursive loading of terms
improve logging for CacheLoader
rename CdmCacher to CdmCacherBase
renaming "putToCache" and "entityAlreadyVisisted" "classFields", fix logging text and extract method for field handling
cleanup
ref #7709 rename newEntity to volatileEntity
ref #7709 rename addNewEntity to putNewEntity and check for existing entity
ref #7709 rename putMethods in cacher
ref #9104 add NatrualLanguageTerm to hibernate.cfg.xml and recompile model cache
add newEntitiesMap.clear to Cacher.clear
rename load to put
update cached cdm model to 5.15.2
fix #9009 add MediaMetaData
updating cdm.map.ser to v5.15
ref #8802 implement TemporalData
ref #8468 fix model cache and test sql
fix #8673 Add CdmLinkSource to OriginalSourceBase
fix #8628 update cdm.map.ser to Person.orcid
update H2 test data and model cache
adapt cached model to 5.8.2
ref #8441 further implementation for FeatureState and inapplicableIf
update model cache for schema version 5.8.1
ref #7099 further updates to CdmAuthority for persistance + add Role class
Revert "minor - fix merge conflict"
This reverts commit fc3932ac4dd186b6f5809863356912f949ae202d.
minor - fix merge conflict
fix problem in CacheLoader
Revert "Revert "update cached model for schema version 5.8""
This reverts commit 6fbe8628082d5f62797062febd0921d93708c275.
Revert "update cached model for schema version 5.8"
This reverts commit 2be44701da8b296a6ac1008376bdda834b2ffd65.
update cached model for schema version 5.8
ref #6794 remove FeatureTree from some hibernate.cfgs again
ref #6794 rename TermTreeNode -> TermNode
ref #6794 add TermRelation and rename FeatureNode -> TermTreeNode
ref #6794 adjust hibernate configuration to new TermCollection and adjust test data
ref #7470 add TextualTypeDesignation to hibernate.cfg
ref #8162 update to model cache
ref #8162 move FeatureTree and FeatureNode to term package
ref #8162 move OriginalSourceXXX to reference package
ref #8162 updates to hibernate.cfg.xml
minor changes in CdmModelCacher
updated model cache
fix #7785 CdmUserHelper can use ICdmEntityUuidCacher to avoid loading entities from the db for permission checks: - inner class CachingCdmUserHelper to be used when CdmUserHelper.withCache() is called - ICdmEntityUuidCacher and CdmTransientEntityAndUuidCacher complements the CdmTransientEntityCacher by the ability to get CDM entities from the cache by the UUID
ref #7729 setting maxEntriesLocalHeap for the cdmDefaultCache and activating ehcache jmx management beans for the CdmTransientEntityCacher
next try to fix usage of wrong signature in TaxEditor CacheLoader test
try to fix usage of wrong signature in TaxEditor CacheLoader test
javadoc, cleanup and rename permanentCacher
ref #7709 remove NPE
ref #7709 cleanup CdmTransientEntityCacher
ref #7709 revert using uuid in CdmEntityCacheKey as key part
ref #7709 revert using uuid in CdmEntityCacheKey as
fix #7709 use uuid instead of id for CdmEntityCacheKey
ref #7709 use more generics for CdmCacher (not completed yet)
ref #7546 RegistrationIdentifierMinter can check for matching identifiers
ref #7334 update cached model for removed partial and pro parte
minor changes for CdmModelCacher
update CDM model cache (cdm.map.ser) to 5.0
fix #7405 Rename WorkingSet to DescriptiveDataSet
ref #6241 change @date to @since (fix)
ref #6241 change @date to @since
ref #7325 applying taxeditor changeset (98baf5f ref #6389) onto cdmlib-cache
ref #7219 solving problem in deproxy method
fix #7219 fixing wrong handling of proxies which are hidden in collections (bug fix 3)
avoiding NPE
fixing wrong handling of proxies which are hidden in collections (bug fix 2)
fixing wrong handling of proxies which are hidden in collections (bug fix)
fixing wrong handling of proxies which are hidden in collections
ref #7214 warning notes in method doc
ref #7206 using generic method paramaters and return types in cacher classes
lowering most loglevels to debug in cacher classes
ref #7212 method documentation
ref #7206 EntityCacheDebugResult improved reporting
fix #7212 preventing loaded entities from being replaces by uninitialized proxies
ref #7206 documenting
ref #7206 migrating taxeditor entity cache into cdmlib module cdmlib-cache