Open in new window

back

Fetch Strategy Wizard

In this Wizard, you can specify the fetching associations strategy.

  1. In ORM Explorer, right-click on a Hibernate configuration file and select Fetch Strategy Wizard... from the context menu.

    fetchStrategWizard

  2. On the next screen, you can select fetching associations and set a strategy using the buttons to the right.

    fetchStrategWizard

  3. On the screen after this, you can select "Lazy" fetching associations and set a strategy using the buttons to the right.

    fetchStrategWizard

  4. On the final screen, you can select "Batch" fetching associations and set a batch size using the button to the right.

    fetchStrategWizard

back