Changeset 7437


Ignore:
Timestamp:
Jan 17, 2018, 1:44:16 PM (6 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #2104: Job items should use lazy loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/core/data/JobData.java

    r7266 r7437  
    3737  @see <a href="../../../../../../html/developer/api/data_api.plugins.html">Developer documentation: Plug-ins, jobs and job agents</a>
    3838  @base.modified $Date$
    39   @hibernate.class table="`Jobs`" lazy="false"
     39  @hibernate.class table="`Jobs`" lazy="true"
    4040*/
    4141public class JobData
Note: See TracChangeset for help on using the changeset viewer.