io.ebeaninternal.api.LoadManyContext Maven / Gradle / Ivy
package io.ebeaninternal.api;
/**
* Controls the loading of OneToMany and ManyToMany relationships.
*/
public interface LoadManyContext extends LoadSecondaryQuery {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy