| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.persist |
Persistence Implementation
|
| com.avaje.ebeaninternal.server.persist.dml |
Bean DML persistence implementation
|
| Modifier and Type | Method and Description |
|---|---|
BeanPersister |
BeanManager.getBeanPersister()
Return the associated BeanPersister.
|
| Constructor and Description |
|---|
BeanManager(BeanDescriptor<T> descriptor,
BeanPersister persister) |
| Modifier and Type | Method and Description |
|---|---|
BeanPersister |
BeanPersisterFactory.create(BeanDescriptor<?> desc)
Create the BeanPersister implemenation for a given type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DmlBeanPersister
Bean persister that uses the Handler and Meta objects.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPersister |
DmlBeanPersisterFactory.create(BeanDescriptor<?> desc)
Create a DmlBeanPersister for the given bean type.
|
Copyright © 2014. All Rights Reserved.