| Package | Description |
|---|---|
| com.avaje.ebean.meta |
Meta data that can be retrieved for the EbeanServer.
|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| Modifier and Type | Method and Description |
|---|---|
MetaBeanInfo |
MetaInfoManager.getMetaBeanInfo(Class<?> beanClass)
Return the MetaBeanInfo for a bean type.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetaBeanInfo> |
MetaInfoManager.getMetaBeanInfoList()
Return all the MetaBeanInfo.
|
| Modifier and Type | Method and Description |
|---|---|
MetaBeanInfo |
DefaultMetaInfoManager.getMetaBeanInfo(Class<?> beanClass) |
| Modifier and Type | Method and Description |
|---|---|
List<MetaBeanInfo> |
DefaultServer.getMetaBeanInfoList() |
List<MetaBeanInfo> |
DefaultMetaInfoManager.getMetaBeanInfoList() |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanDescriptor<T>
Describes Beans including their deployment information.
|
Copyright © 2014. All Rights Reserved.