Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Rewrite JPQL queries not to use "in class" term

    • -7
    • +5
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 22 more files in changeset.
LDEV-5440 Refactor packages of imported classes

    • -3
    • +3
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 481 more files in changeset.
LDEV-4696 Runs Hibernate 5.3 with errors, Noticeboard hbm xml gone.

    • -6
    • +3
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 3458 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 1073 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 781 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -27
    • +29
    ./IWorkspaceFolderContentDAO.java
    • -43
    • +43
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 2119 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -27
    • +29
    ./IWorkspaceFolderContentDAO.java
    • -43
    • +44
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 1859 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport in set of LAMS DAO types from lams_common. Alter DAO references in set of services to code against interfaces not implementations.

    • -2
    • +4
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 16 more files in changeset.
LDEV-3293: Use the new Spring's support for Hibernate 4 instead of Hibernate 3. Switch from using HibernateDaoSupport.getSession() to its getSessionFactory().getSession(). The latter is sure to close the session automatically while a session returned by the first method should be closed manually. Theoritecally we do it in OpenSessionInViewFilter, but it may not be always the case, leading to open Hibernate session being left behind.

    • -2
    • +2
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 87 more files in changeset.
Updated address of FSF in copyright statement

    • -1
    • +1
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 1391 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

    • -2
    • +2
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 260 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

    • -1
    • +1
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 260 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

    • -2
    • +3
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 260 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

    • -25
    • +0
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 37 more files in changeset.
Moved the IBaseDAO and BaseDAO classes to their own packages and out of learning design. This interface and class may be used as the basis for any Hibernate DAO in the system - it isn't compulsory but it is a handy way of getting functionality. If we are going to be using it all over the place, having the classes in the learning design package is not a good idea.

    • -1
    • +1
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 23 more files in changeset.
Upgraded Hibernate to 3.0

    • -14
    • +25
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 91 more files in changeset.
Converted to use JNDI datasource. Moved some workspace code back into lams_common so that lams_common isn't dependent on another project

    • -0
    • +92
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 8 more files in changeset.
*** empty log message ***

    • -75
    • +0
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 115 more files in changeset.
*** empty log message ***

    • -0
    • +49
    ./IWorkspaceFolderContentDAO.java
    • -0
    • +75
    ./hibernate/WorkspaceFolderContentDAO.java
  1. … 32 more files in changeset.