All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.plugin.PropertyAssocMany Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.plugin;

import io.ebean.bean.EntityBean;

/**
 * Property of a entity bean that is a ToMany property.
 */
public interface PropertyAssocMany extends Property {

  /**
   * Add the loaded current bean to its associated parent.
   * 

* Helper method used by Ebean Elastic integration when loading with a persistence context. */ void lazyLoadMany(EntityBean current); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy