- 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 TypeMethodDescriptionvoidadd(BeanCollection<?> collection, EntityBean bean, boolean withCheck) Add a bean to the List Set or Map.Create an empty collection.
-
Method Details
-
createEmptyNoParent
BeanCollection<T> createEmptyNoParent()Create an empty collection. -
add
Add a bean to the List Set or Map.
-