hibernate

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed so that the relationship between activities and learningLibrary is lazy loaded.

  1. … 1 more file in changeset.
LDEV-67: Run sequences were not going in the correct workspace folder. Added a default runtime sequence folder to the workspace object.

  1. … 3 more files in changeset.
took out the groupingTypeId problem.

added the property groupingTypeId, which previously wasnt there. when retrieving Grouping objects, the groupingTypeId was null regardless of what value was stored on database. Works okay now.

Hopefully fixed the LearnerProgress relationships so that we always get the true activity object, not a proxy.

Upgraded Hibernate to 3.0

  1. … 77 more files in changeset.
Name maxId made maxID to be consistent

Switched style and elements collections to not lazy load - makes creating the DTO easier.

  1. … 1 more file in changeset.
Added initial Theme support

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

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

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

*** empty log message ***

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

  1. … 29 more files in changeset.
modify gate hibernate mapping file and object to include waiting learners attribute

  1. … 4 more files in changeset.
added query to query active learners

DB Changes: lams_tool: columns learning_library_id and default_tool_content_id made nullable (C Perfect's request). lams_user: column user_organisation_id removed (checked with F Yang)

  1. … 4 more files in changeset.
update java code against change in database

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

  1. … 4 more files in changeset.
latest db changes

  1. … 1 more file in changeset.
mapping requires restart

  1. … 2 more files in changeset.
added not-nullable name field and decription field and modified creation factory method.

  1. … 5 more files in changeset.
added new fields to lesson object

  1. … 2 more files in changeset.
changed discriminator

*** empty log message ***

  1. … 2 more files in changeset.
latest database changes mapped

  1. … 1 more file in changeset.
get active lessons implemented

  1. … 2 more files in changeset.
enable bi-directional one-to-one relationship between activity and transition

new property activityCategoryID added

  1. … 1 more file in changeset.
cascade="save-update" added for <many-to-one> relationship between Transition and Activity