You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FetchProfiles.java 374B

12345678910
  1. package org;
  2. public @interface FetchProfiles {
  3. FetchProfile[] value();
  4. }
  5. //@FetchProfiles({
  6. //@FetchProfile(name = FetchProfileName.LOCATION, fetchOverrides = {
  7. // @FetchProfile.FetchOverride(entity = Location.class, association = Location.PROPERTY_SYSTEMSTATE),
  8. // @FetchProfile.FetchOverride(entity = Location.class, association = Location.PROPERTY_KEYVAULT) }),