Project

General

Profile

Download (8.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3aad942d 09/26/2018 01:35 PM Andreas Kohlbecker

using CdmEntity.isPersisted()

7450d44b 08/29/2018 06:50 PM Andreas Kohlbecker

fix #7702 always clearing session in finally clause

51886e05 08/17/2018 09:58 AM Andreas Kohlbecker

ref #7559 removing commented code which also includes old conversationHolder stuff

f53fffc6 07/18/2018 02:59 PM Andreas Kohlbecker

ref #7559 clearing of the hibernate session only after exceptions, no more session close or clearing after any save operation in the cdmstore

a903034c 07/18/2018 02:17 PM Andreas Kohlbecker

ref #7558 clearing only of the hibernate session after exceptions, no more session close

9399c5ec 07/17/2018 09:26 PM Andreas Kohlbecker

ref #7558 clearing the hibernate session after exceptions and closing it after any use to avoid dirty sessions dangling around

e84525a1 07/04/2018 03:03 PM Andreas Kohlbecker

typo in method name

3b4bcfb5 04/16/2018 05:03 PM Andreas Kohlbecker

fix #7350 fixing GatheringDate set method & fixing field type

e5e64d18 04/09/2018 04:31 PM Andreas Kohlbecker

ref #7344 updating presenter entity caches with beans modified in popup editors and refreshing teamOrPerson Fields (2)

  • adding entity as field to EntityChangeEvent
  • replacing all onDoneWithEditor listener methods by according onEntityChangeEvent methods
3b66edef 02/06/2018 03:15 PM Andreas Kohlbecker

ref #6740 enabling typeName button in NameTypeDesignation editor and first changes to make delete working

e8674a36 02/02/2018 05:05 PM Andreas Kohlbecker

ref #7195 introducing the concept of EditorActionContext stacks to facilitate creating blocking relations

02ec8d6b 11/14/2017 11:39 AM Andreas Kohlbecker

ref #7059 ref #7046 using kindOfunit for TypeDesisgnations instead of DerivationEvent type and fixing save and LIE problems:
- intoducing EntityCache to allow re-using previously loaded entities
- CdmEntityCache implements EntityCache
- ToOneRelatedEntityReloader to replace entities loaded by the LazySelect...

2f02081c 11/02/2017 12:42 PM Andreas Kohlbecker

ref #7046 completely removing open session per view implementation and adding init strategies for Name and Typedesignation editor

60be1b8d 10/18/2017 03:11 PM Andreas Kohlbecker

comment on saveOrUpdate operation

0e072f9c 07/21/2017 03:33 PM Andreas Kohlbecker

ref #6169 Button row to create new registrations in a registration working set

b3e242fe 07/13/2017 03:34 PM Andreas Kohlbecker

fix #6810 View for starting new registrations implemented

fe785c1e 07/07/2017 11:48 AM Andreas Kohlbecker

fix #6687 per view implementation of the 'session-per-conversation' pattern

1af6dc9f 06/27/2017 11:04 AM Andreas Kohlbecker

ref #6687 SpecimenTypeDesignationWorkingsetEditor save operation

  • implementing saveBean() method
  • fixing bug in CdmStore
3436c944 06/26/2017 04:45 PM Andreas Kohlbecker

ref #6687 using conversational transaction for presave and save operation

262c713c 06/26/2017 01:39 PM Andreas Kohlbecker

ref #6687 moving all update and delete operations into a dedicated class: CdmStore