com.avaje.ebeaninternal.api.LoadManyContext Maven / Gradle / Ivy
package com.avaje.ebeaninternal.api;
/**
* Controls the loading of OneToMany and ManyToMany relationships.
*/
public interface LoadManyContext extends LoadSecondaryQuery {
}
package com.avaje.ebeaninternal.api;
/**
* Controls the loading of OneToMany and ManyToMany relationships.
*/
public interface LoadManyContext extends LoadSecondaryQuery {
}