| Package | Description |
|---|---|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SpiBeanType<T> |
SpiServer.getBeanType(Class<T> beanClass)
Return the bean type for a given entity bean class.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends SpiBeanType<?>> |
SpiServer.getBeanTypes()
Return all the bean types registered on this server instance.
|
List<? extends SpiBeanType<?>> |
SpiServer.getBeanTypes(String baseTableName)
Return the bean types mapped to the given base table.
|
Copyright © 2016. All rights reserved.