Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4696 Rewrite Survey to Hibernate annotations

    • -198
    • +0
    ./lams/tool/survey/model/Survey.hbm.xml
    • -81
    • +0
    ./lams/tool/survey/model/SurveyAnswer.hbm.xml
    • -40
    • +0
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
    • -53
    • +0
    ./lams/tool/survey/model/SurveyOption.hbm.xml
    • -123
    • +0
    ./lams/tool/survey/model/SurveyQuestion.hbm.xml
    • -80
    • +0
    ./lams/tool/survey/model/SurveySession.hbm.xml
    • -108
    • +0
    ./lams/tool/survey/model/SurveyUser.hbm.xml
  1. … 8 more files in changeset.
LDEV-4411 Add collections 2nd level cache

    • -0
    • +4
    ./lams/tool/survey/model/Survey.hbm.xml
    • -0
    • +2
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
    • -0
    • +2
    ./lams/tool/survey/model/SurveyQuestion.hbm.xml
  1. … 95 more files in changeset.
LDEV-4411 Mark entities as cacheable

usage="read-only" seems to do nothing at the moment, but it may be a

guidance for future optimisations.

    • -0
    • +2
    ./lams/tool/survey/model/Survey.hbm.xml
    • -0
    • +2
    ./lams/tool/survey/model/SurveyQuestion.hbm.xml
  1. … 232 more files in changeset.
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.

    • -1
    • +1
    ./lams/tool/survey/model/Survey.hbm.xml
    • -1
    • +1
    ./lams/tool/survey/model/SurveyQuestion.hbm.xml
  1. … 137 more files in changeset.
LDEV-3768: Remove XDoclet library and corresponding Ant tasks. Generate and use static configuration files instead.

    • -0
    • +198
    ./lams/tool/survey/model/Survey.hbm.xml
    • -0
    • +81
    ./lams/tool/survey/model/SurveyAnswer.hbm.xml
    • -0
    • +53
    ./lams/tool/survey/model/SurveyOption.hbm.xml
    • -0
    • +123
    ./lams/tool/survey/model/SurveyQuestion.hbm.xml
    • -0
    • +80
    ./lams/tool/survey/model/SurveySession.hbm.xml
    • -0
    • +108
    ./lams/tool/survey/model/SurveyUser.hbm.xml
  1. … 398 more files in changeset.
LDEV-3452: Save Conditions along with Questions (cascade) when creating a lesson and importing a LD.

    • -1
    • +1
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
  1. … 3 more files in changeset.
LDEV-3452: Save Conditions along with Questions (cascade) when creating a lesson and importing a LD.

    • -1
    • +1
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
  1. … 3 more files in changeset.
LDEV-3293: fix hibernate dtd declarations. Change 'hibernate.org' to 'www.hibernate.org'.

In order for hibernate DTDEntityResolver not to load hibernate-mapping-3.0.dtd from internet (and use local one), namespace declaration of dtd must exactly match the namespace declared in DTDEntityResolver class.

    • -1
    • +1
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
  1. … 93 more files in changeset.
LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters). Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

    • -1
    • +1
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
  1. … 111 more files in changeset.
LDEV-1946: Do not cascade from Condition to Item as it breaks tool content import.

    • -1
    • +1
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -0
    • +40
    ./lams/tool/survey/model/SurveyCondition.hbm.xml
  1. … 1313 more files in changeset.