Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4696 Rewrite part of Common entities to Hibernate annotations

  1. … 59 more files in changeset.
LDEV-4411 Add collections 2nd level cache

  1. … 97 more files in changeset.
LDEV-4411 Mark entities as cacheable

usage="read-only" seems to do nothing at the moment, but it may be a

guidance for future optimisations.

  1. … 237 more files in changeset.
LDEV-3292: Remove batch-size parameters from Hibernate collection mappings as they seem to cause performance problems on heavy load LAMS instances.

  1. … 1 more file in changeset.
LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

  1. … 93 more files in changeset.
LDEV-3292: Improve Add Lesson dialog response time: Fetch all users and filter them afterwards instead of fetchin one by one. Make some collections lazy or extra-lazy.

  1. … 8 more files in changeset.
LDEV-3292: Improve Add Lesson dialog response time: Fetch all users and filter them afterwards instead of fetchin one by one. Make some collections lazy or extra-lazy.

  1. … 8 more files in changeset.
LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters). Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

  1. … 111 more files in changeset.
LDEV-1569: Groups were not being deleted from db when deleted in authoring. Changing this required tweaking the group/branch activity entry cascade, so that both items could be deleted properly.

LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

  1. … 20 more files in changeset.
LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

  1. … 18 more files in changeset.
Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

  1. … 82 more files in changeset.
turn off lazy loading for integration. we should modify addStaffMember and addLearner method in LessonService to eagerly load the related objects so that we can turn on lazy loading later on for best performance

  1. … 2 more files in changeset.
Add group name.

  1. … 11 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 91 more files in changeset.
fixing up the broken learner progress test due to the change of mapping file

  1. … 3 more files in changeset.
fix the potential foreign key failure during lesson deletion

  1. … 3 more files in changeset.
Added batch-size to collections

  1. … 1 more file in changeset.
bugs for getting all learners in a class fixed. Refactored the getLearners to template method pattern

  1. … 5 more files in changeset.
testing lesson dao. - not working yet. Just commit the changes I have done so far.

  1. … 8 more files in changeset.
*** empty log message ***

  1. … 57 more files in changeset.