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-5440 Rewrite config files and library references

  1. … 955 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-4696 Rewrite part of Common entities to Hibernate annotations

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

    • -55
    • +0
    ./dao/hibernate/RegistrationDAO.java
  1. … 36 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

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

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

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

    • -9
    • +11
    ./dao/hibernate/RegistrationDAO.java
  1. … 1855 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

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

    • -12
    • +6
    ./dao/hibernate/ConfigurationDAO.java
    • -11
    • +13
    ./dao/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
    ./dao/hibernate/ConfigurationDAO.java
  1. … 7 more files in changeset.
LDEV-2547 fixing ConfigurationItem's hibernate annotations

*merge to Head

  1. … 1 more file 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
    ./dao/hibernate/RegistrationDAO.java
LDEV-2099 - Alter registration module for lc integration, adding registration persistence so that server_d and serverKey can be saved

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

  1. … 11 more files in changeset.
LDEV-1301: Added new fields to the configuration items, to support the I18N of descriptions and heading on the page, along with some basic validation.

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

    • -0
    • +77
    ./ConfigurationItem.java
    • -0
    • +41
    ./dao/IConfigurationDAO.java
    • -0
    • +73
    ./dao/hibernate/ConfigurationDAO.java
  1. … 4 more files in changeset.