#115 - Mapping - Add support for @ElementCollection enhancement

Initial support - simple List.
This commit is contained in:
Rob Bygrave
2018-03-20 14:22:29 +13:00
parent c44931ea25
commit 74a9019535
79 changed files with 1891 additions and 805 deletions
@@ -7,6 +7,7 @@ import io.ebean.bean.BeanCollection;
import io.ebean.bean.BeanCollectionAdd;
import io.ebean.bean.BeanCollectionLoader;
import io.ebean.bean.EntityBean;
import io.ebeaninternal.server.query.CQueryCollectionAdd;
import io.ebeaninternal.server.text.json.SpiJsonWriter;
import java.io.IOException;
@@ -15,7 +16,7 @@ import java.util.Collection;
/**
* Helper functions for performing tasks on Lists Sets or Maps.
*/
public interface BeanCollectionHelp<T> {
public interface BeanCollectionHelp<T> extends CQueryCollectionAdd<T> {
/**
* Set the EbeanServer that owns the configuration.