| Package | Description |
|---|---|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| com.avaje.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
| com.avaje.ebeanservice.docstore.api |
The service API for document store integration.
|
| com.avaje.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
| com.avaje.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| Modifier and Type | Method and Description |
|---|---|
<T> BeanType<T> |
SpiServer.getBeanType(Class<T> beanClass)
Return the bean type for a given entity bean class.
|
BeanType<?> |
BeanType.getBeanTypeAtPath(String propertyName)
Return the type bean for an OneToMany or ManyToOne or ManyToMany property.
|
BeanType<?> |
SpiServer.getBeanTypeForQueueId(String queueId)
Return the bean type for a given doc store queueId.
|
BeanType<?> |
BeanType.root()
Return the root bean type for an inheritance hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends BeanType<?>> |
SpiServer.getBeanTypes()
Return all the bean types registered on this server instance.
|
List<? extends BeanType<?>> |
SpiServer.getBeanTypes(String baseTableName)
Return the bean types mapped to the given base table.
|
| Modifier and Type | Method and Description |
|---|---|
<T> JsonBeanReader<T> |
JsonContext.createBeanReader(BeanType<T> beanType,
com.fasterxml.jackson.core.JsonParser parser,
JsonReadOptions options)
Create and return a new bean reading for the bean type given the JSON options and source.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DocStoreQueryUpdate<T> |
DocStoreUpdateProcessor.createQueryUpdate(BeanType<T> beanType,
int bulkBatchSize)
Create a processor to handle updates per bean via a findEach query.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
DocStoreBeanBaseAdapter.derive(BeanType<?> desc,
String suppliedValue)
Return the supplied value or default to the bean name lower case.
|
| Constructor and Description |
|---|
DocStoreDeleteEvent(BeanType<?> beanType,
Object idValue) |
DocStoreIndexEvent(BeanType<T> beanType,
Object idValue,
T bean) |
| Modifier and Type | Method and Description |
|---|---|
<T> DocStoreQueryUpdate<T> |
NoneDocStoreUpdateProcessor.createQueryUpdate(BeanType<T> beanType,
int bulkBatchSize) |
Copyright © 2016. All rights reserved.