See: Description
| Interface | Description |
|---|---|
| Bindable |
Item held by Meta objects used to generate and bind bean insert update and
delete statements.
|
| BindableId |
Adds support for id creation for concatenated ids on intersection tables.
|
| BindableRequest |
Request object passed to bindables.
|
| Class | Description |
|---|---|
| BindableAssocOne |
Bindable for an ManyToOne or OneToOne associated bean.
|
| BindableCompound |
Bindable for a Immutable Compound value object.
|
| BindableDiscriminator |
Bindable for inserting a discriminator value.
|
| BindableEmbedded |
Bindable for a Embedded bean.
|
| BindableEncryptedProperty |
Bindable for a DB encrypted BeanProperty.
|
| BindableIdEmbedded |
Bindable for a EmbeddedId.
|
| BindableIdEmpty | |
| BindableIdMap |
Bindable for a concatenated id that is not embedded.
|
| BindableIdScalar |
Bindable for a single scalar id property.
|
| BindableList |
List of Bindable items.
|
| BindableProperty |
Bindable for a single BeanProperty.
|
| BindablePropertyInsertGenerated |
Bindable for insert on a property with a GeneratedProperty.
|
| BindablePropertyUpdateGenerated |
Bindable for update on a property with a GeneratedProperty.
|
| BindableUnidirectional |
Bindable for a unidirectional relationship.
|
| FactoryAssocOnes |
A factory that builds Bindable for BeanPropertyAssocOne properties.
|
| FactoryBaseProperties |
Add base properties to the BindableList for a bean type.
|
| FactoryEmbedded |
A factory that builds Bindable for embedded bean properties.
|
| FactoryId |
Create a Bindable for the ids of a bean type.
|
| FactoryProperty |
Creates the appropriate Bindable for a BeanProperty.
|
| FactoryVersion |
Creates a Bindable to support version concurrency where clauses.
|
Copyright © 2014. All Rights Reserved.