Interface CQueryCollectionAdd<T>

All Known Subinterfaces:
BeanCollectionHelp<T>
All Known Implementing Classes:
BeanListHelp, BeanListHelpElement, BeanMapHelp, BeanMapHelpElement, BeanSetHelp, BeanSetHelpElement

public interface CQueryCollectionAdd<T>
Defines interface for adding beans to the collection which might be a List, Set or Map.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(io.ebean.bean.BeanCollection<?> collection, io.ebean.bean.EntityBean bean, boolean withCheck)
    Add a bean to the List Set or Map.
    io.ebean.bean.BeanCollection<T>
    Create an empty collection.
  • Method Details

    • createEmptyNoParent

      io.ebean.bean.BeanCollection<T> createEmptyNoParent()
      Create an empty collection.
    • add

      void add(io.ebean.bean.BeanCollection<?> collection, io.ebean.bean.EntityBean bean, boolean withCheck)
      Add a bean to the List Set or Map.