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 Details

    • createEmptyNoParent

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

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