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

  1. … 22 more files in changeset.
LDEV-5440 Update Hibernate queries with new syntax

Get rid of deprecated Long and Integer constructors.

  1. … 86 more files in changeset.
LDEV-5248, LDEV-4411 Mark some queries as cacheable

Query cache makes sense if tables which the query reference does not

change often. Each modification to table content invalidates the given

query's cache. Also each set of query parameters is a different cache

entry, so if there are various parameter values the cache overhead can

generate more load than benefit.

  1. … 96 more files in changeset.
LDEV-4801 Close connection manually after configuration refresh

  1. … 2 more files in changeset.
LDEV-4217 Remove LAMS Community integration

  1. … 37 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1071 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 779 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2117 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1857 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.

    • -11
    • +13
    ./hibernate/RegistrationDAO.java
  1. … 14 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.

  1. … 87 more files in changeset.
LDEV-3254: Refresh configuration cache every X minutes.

    • -26
    • +19
    ./hibernate/ConfigurationDAO.java
  1. … 7 more files in changeset.
LDEV-2099 - Alter registration module for lc integration, adding registration persistence so that server_d and serverKey can be saved

Fixing a bug that paul noticed when there is no registration entry

LDEV-2099 - Alter registration module for lc integration, adding registration persistence so that server_d and serverKey can be saved

Fixing a bug that paul noticed when there is no registration entry

LDEV-2099 - Alter registration module for lc integration, adding registration persistence so that server_d and serverKey can be saved

Fixing a bug that paul noticed when there is no registration entry

    • -14
    • +18
    ./hibernate/RegistrationDAO.java
LDEV-2099 - Alter registration module for lc integration, adding registration persistence so that server_d and serverKey can be saved

    • -0
    • +38
    ./IRegistrationDAO.java
    • -0
    • +47
    ./hibernate/RegistrationDAO.java
  1. … 4 more files in changeset.
LDEV-1301 i18n configuration items, categorise items, add validation

  1. … 12 more files in changeset.
Configuration xml to db change

    • -0
    • +41
    ./IConfigurationDAO.java
    • -0
    • +73
    ./hibernate/ConfigurationDAO.java
  1. … 5 more files in changeset.