See: Description
| Interface | Description |
|---|---|
| IdBinder |
Binds id values to prepared statements.
|
| ImportedId |
Represents a imported property.
|
| Class | Description |
|---|---|
| IdBinderEmbedded |
Bind an Id that is an Embedded bean.
|
| IdBinderEmpty |
For beans with no id properties AKA report type beans.
|
| IdBinderFactory |
Creates the appropriate IdConvertSet depending on the type of Id property(s).
|
| IdBinderMultiple |
Bind an Id that is made up of multiple separate properties.
|
| IdBinderSimple |
Bind an Id where the Id is made of a single property (not embedded).
|
| ImportedIdEmbedded |
Imported Embedded id.
|
| ImportedIdMultiple |
Imported concatenated id that is not embedded.
|
| ImportedIdSimple |
Single scalar imported id.
|
Copyright © 2014. All Rights Reserved.