| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.parse |
Deployment information parsing
|
| com.avaje.ebeaninternal.server.persist |
Persistence Implementation
|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| com.avaje.ebeaninternal.server.type.reflect |
| Modifier and Type | Method and Description |
|---|---|
TypeManager |
InternalConfiguration.getTypeManager() |
| Modifier and Type | Method and Description |
|---|---|
TypeManager |
BeanDescriptor.getTypeManager()
Return the TypeManager.
|
| Constructor and Description |
|---|
BeanDescriptor(BeanDescriptorMap owner,
TypeManager typeManager,
DeployBeanDescriptor<T> deploy,
String descriptorId)
Construct the BeanDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
TypeManager |
DeployUtil.getTypeManager() |
| Constructor and Description |
|---|
DeployCreateProperties(TypeManager typeManager) |
DeployUtil(TypeManager typeMgr,
ServerConfig serverConfig) |
| Constructor and Description |
|---|
Binder(TypeManager typeManager)
Set the PreparedStatement with which to bind variables to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTypeManager
Default implementation of TypeManager.
|
| Constructor and Description |
|---|
ReflectionBasedTypeBuilder(TypeManager typeManager) |
Copyright © 2014. All Rights Reserved.