Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4696 Migrate Common Cartrige tool to Hibernate annotations

    • -156
    • +0
    ./commonCartridge/model/CommonCartridge.hbm.xml
    • -58
    • +0
    ./commonCartridge/model/CommonCartridgeConfigItem.hbm.xml
    • -252
    • +0
    ./commonCartridge/model/CommonCartridgeItem.hbm.xml
    • -53
    • +0
    ./commonCartridge/model/CommonCartridgeItemInstruction.hbm.xml
    • -81
    • +0
    ./commonCartridge/model/CommonCartridgeItemVisitLog.hbm.xml
    • -88
    • +0
    ./commonCartridge/model/CommonCartridgeSession.hbm.xml
    • -100
    • +0
    ./commonCartridge/model/CommonCartridgeUser.hbm.xml
  1. … 10 more files in changeset.
LDEV-4671 Remove "locked when finished" option

    • -8
    • +0
    ./commonCartridge/model/CommonCartridge.hbm.xml
  1. … 9 more files in changeset.
LDEV-4411 Make collections and properties lazy

If it is possible, all collections and properties should be lazy. It has

big impact on DB load.

If a collection can not be made lazy because it gets iterated over in a

non-transactional method (Actions), is should probably be moved to a

transactional Service method.

    • -22
    • +0
    ./commonCartridge/model/CommonCartridgeItem.hbm.xml
  1. … 7 more files in changeset.
LDEV-4411 Add collections 2nd level cache

    • -0
    • +2
    ./commonCartridge/model/CommonCartridge.hbm.xml
    • -0
    • +2
    ./commonCartridge/model/CommonCartridgeItem.hbm.xml
  1. … 96 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
    ./commonCartridge/model/CommonCartridge.hbm.xml
    • -0
    • +2
    ./commonCartridge/model/CommonCartridgeConfigItem.hbm.xml
    • -0
    • +2
    ./commonCartridge/model/CommonCartridgeItem.hbm.xml
    • -0
    • +2
    ./commonCartridge/model/CommonCartridgeItemInstruction.hbm.xml
    • -0
    • +2
    ./commonCartridge/model/CommonCartridgeItemVisitLog.hbm.xml
    • -0
    • +2
    ./commonCartridge/model/CommonCartridgeSession.hbm.xml
    • -0
    • +2
    ./commonCartridge/model/CommonCartridgeUser.hbm.xml
  1. … 231 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
    ./commonCartridge/model/CommonCartridge.hbm.xml
    • -1
    • +1
    ./commonCartridge/model/CommonCartridgeItem.hbm.xml
    • -2
    • +2
    ./commonCartridge/model/CommonCartridgeItemVisitLog.hbm.xml
    • -1
    • +1
    ./commonCartridge/model/CommonCartridgeSession.hbm.xml
    • -2
    • +2
    ./commonCartridge/model/CommonCartridgeUser.hbm.xml
  1. … 137 more files in changeset.
LDEV-3802 Remove redundant fields and according methods

    • -20
    • +0
    ./commonCartridge/model/CommonCartridgeSession.hbm.xml
  1. … 11 more files in changeset.
LDEV-3768: Remove XDoclet library and corresponding Ant tasks. Generate and use static configuration files instead.

    • -0
    • +164
    ./commonCartridge/model/CommonCartridge.hbm.xml
    • -0
    • +58
    ./commonCartridge/model/CommonCartridgeConfigItem.hbm.xml
    • -0
    • +252
    ./commonCartridge/model/CommonCartridgeItem.hbm.xml
    • -0
    • +53
    ./commonCartridge/model/CommonCartridgeItemInstruction.hbm.xml
    • -0
    • +81
    ./commonCartridge/model/CommonCartridgeItemVisitLog.hbm.xml
    • -0
    • +108
    ./commonCartridge/model/CommonCartridgeSession.hbm.xml
    • -0
    • +100
    ./commonCartridge/model/CommonCartridgeUser.hbm.xml
  1. … 397 more files in changeset.