java.lang.Object
io.ebeaninternal.server.deploy.BeanListHelp<T>
io.ebeaninternal.server.deploy.BeanListHelpElement<T>
- All Implemented Interfaces:
BeanCollectionHelp<T>,CQueryCollectionAdd<T>
Helper for element collection List.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(BeanCollection<?> collection, EntityBean bean, boolean withCheck) Add a bean to the List Set or Map.final voidsetLoader(BeanCollectionLoader loader) Set the EbeanServer that owns the configuration.final Collectionunderlying(Object value) Return the underlying collection of beans.Methods inherited from class io.ebeaninternal.server.deploy.BeanListHelp
createEmpty, createEmptyNoParent, createEmptyReference, createReference, getBeanCollectionAdd, jsonWrite, refresh
-
Method Details
-
add
Description copied from interface:BeanCollectionHelpAdd a bean to the List Set or Map.- Specified by:
addin interfaceBeanCollectionHelp<T>- Specified by:
addin interfaceCQueryCollectionAdd<T>
-
setLoader
Description copied from interface:BeanCollectionHelpSet the EbeanServer that owns the configuration.- Specified by:
setLoaderin interfaceBeanCollectionHelp<T>
-
underlying
Description copied from interface:BeanCollectionHelpReturn the underlying collection of beans.- Specified by:
underlyingin interfaceBeanCollectionHelp<T>
-