java.lang.Object
io.ebeaninternal.server.deploy.BeanCollectionHelpFactory
Creates Helpers specific to the type of the property (List Set or Map).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CQueryCollectionAdd<T> create(SpiQuery.Type manyType, OrmQueryRequest<T> request) static <T> BeanCollectionHelp<T> create(BeanPropertyAssocMany<T> many) Create the helper based on the many property.
-
Constructor Details
-
BeanCollectionHelpFactory
public BeanCollectionHelpFactory()
-
-
Method Details
-
create
Create the helper based on the many property. -
create
-