| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.id |
Helpers for Id property conversion
|
| Modifier and Type | Method and Description |
|---|---|
IdBinder |
BeanDescriptorMap.createIdBinder(BeanProperty[] uids) |
IdBinder |
BeanDescriptorManager.createIdBinder(BeanProperty[] uids) |
IdBinder |
BeanDescriptor.getIdBinder()
Return the IdBinder which is helpful for handling the various types of Id.
|
IdBinder |
InheritInfo.getIdBinder()
Return the IdBinder for this type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdBinderEmbedded
Bind an Id that is an Embedded bean.
|
class |
IdBinderEmpty
For beans with no id properties AKA report type beans.
|
class |
IdBinderMultiple
Bind an Id that is made up of multiple separate properties.
|
class |
IdBinderSimple
Bind an Id where the Id is made of a single property (not embedded).
|
| Modifier and Type | Method and Description |
|---|---|
IdBinder |
IdBinderFactory.createIdBinder(BeanProperty[] uids)
Create the IdConvertSet for the given type of Id properties.
|
Copyright © 2014. All Rights Reserved.