hibernate

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added waiting flag for learner progress

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

  1. … 1 more file in changeset.
set toolSession ref to lazy load

Added lesson to mapping

*** empty log message ***

  1. … 22 more files in changeset.
additional attributes

fix up mapping error from activity to tool session

fix missing discriminator

fixing up the broken learner progress test due to the change of mapping file

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

  1. … 2 more files in changeset.
added cascade to learner progresses

Added batch-size

Added comparator to sub-activities set

Added batch-size to collections

add previous activity and its mapping into the learner progress

  1. … 1 more file in changeset.
latest database changes incorporated

  1. … 15 more files in changeset.
mapping file for lams_license table

bugs for getting all learners in a class fixed. Refactored the getLearners to template method pattern

  1. … 5 more files in changeset.
tool session hibernate object and mapping file corrected. NonGroupedToolSession creation and deletion process tested.

  1. … 10 more files in changeset.
add some domain convenient methods, such as getAllLearners for a lesson, validate the type of an acitivity. change cascade to save-update between learningdesign and activity.

  1. … 11 more files in changeset.
tool content id generator implemented

  1. … 7 more files in changeset.
setting up tool content generator

  1. … 13 more files in changeset.
<one-to-many> relation changed to <one-to-one> between Activity and Transition

  1. … 12 more files in changeset.
<property> class_name changed to service_name

<one-to-many> relation for ToolSession added

many to one relationship between tool session and activity created

  1. … 1 more file in changeset.
unit tests for lesson package have been setup. Lesson creation and deletion processes have been tested. Corresponding hibernate mapping files are corrected.

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

  1. … 6 more files in changeset.
Session states are part of ToolSession

Uses the ToolSession sub-classes