Package io.ebeanservice.docstore.none
Class NoneDocStoreFactory
java.lang.Object
io.ebeanservice.docstore.none.NoneDocStoreFactory
- All Implemented Interfaces:
DocStoreFactory
public class NoneDocStoreFactory extends Object implements DocStoreFactory
A stub implementation of DocStoreFactory that will barf if the docStore features are used.
-
Constructor Summary
Constructors Constructor Description NoneDocStoreFactory() -
Method Summary
Modifier and Type Method Description DocStoreIntegrationcreate(SpiServer server)Create and return the DocStore integration components.<T> DocStoreBeanAdapter<T>createAdapter(io.ebeaninternal.server.deploy.BeanDescriptor<T> desc, io.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy)Create the doc store specific adapter for the given bean type.
-
Constructor Details
-
NoneDocStoreFactory
public NoneDocStoreFactory()
-
-
Method Details
-
create
Description copied from interface:DocStoreFactoryCreate and return the DocStore integration components.- Specified by:
createin interfaceDocStoreFactory
-
createAdapter
public <T> DocStoreBeanAdapter<T> createAdapter(io.ebeaninternal.server.deploy.BeanDescriptor<T> desc, io.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy)Description copied from interface:DocStoreFactoryCreate the doc store specific adapter for the given bean type.- Specified by:
createAdapterin interfaceDocStoreFactory
-