| Interface | Description |
|---|---|
| BeanCollectionHelp<T> |
Helper functions for performing tasks on Lists Sets or Maps.
|
| BeanDescriptorMap |
Provides a method to find a BeanDescriptor.
|
| BeanFinderManager |
Factory for controlling the construction of BeanFinders.
|
| DbReadContext |
Context provided when a BeanProperty reads from a ResultSet.
|
| DbSqlContext |
Used to provide context during sql construction.
|
| InheritInfoVisitor |
Used to visit all the InheritInfo in a single inheritance hierarchy.
|
| Class | Description |
|---|---|
| BeanCascadeInfo |
Persist info for determining if save or delete should be performed.
|
| BeanCollectionHelpFactory |
Creates Helpers specific to the type of the property (List Set or Map).
|
| BeanDescriptor<T> |
Describes Beans including their deployment information.
|
| BeanDescriptorManager |
Creates BeanDescriptors.
|
| BeanEmbeddedMeta | |
| BeanEmbeddedMetaFactory |
Creates BeanProperties for Embedded beans that have deployment information
such as the actual DB column name and table alias.
|
| BeanFkeyProperty |
Used to evaluate imported foreign keys so as to avoid unnecessary joins.
|
| BeanForeignKey |
Represents a database foreign key which can map to an object relationship.
|
| BeanListHelp<T> |
Helper object for dealing with Lists.
|
| BeanManager<T> |
Holds the BeanDescriptor and its associated BeanPersister.
|
| BeanManagerFactory |
Creates BeanManagers.
|
| BeanMapHelp<T> |
Helper specifically for dealing with Maps.
|
| BeanProperty |
Description of a property of a bean.
|
| BeanPropertyAssoc<T> |
Abstract base for properties mapped to an associated bean, list, set or map.
|
| BeanPropertyAssocMany<T> |
Property mapped to a List Set or Map.
|
| BeanPropertyAssocOne<T> |
Property mapped to a joined bean.
|
| BeanPropertyCompound |
Property mapped to an Immutable Compound Value Object.
|
| BeanPropertyCompoundRoot |
Represents the root BeanProperty for properties of a compound type.
|
| BeanPropertyCompoundScalar |
A BeanProperty owned by a Compound value object that maps to
a real scalar type.
|
| BeanPropertyOverride |
Used hold meta data when a bean property is overridden.
|
| BeanPropertySimpleCollection<T> | |
| BeanQueryAdapterManager |
Default implementation for creating BeanControllers.
|
| BeanSetHelp<T> |
Helper specifically for dealing with Sets.
|
| BeanSqlSelect | |
| BeanSqlSelectFactory | |
| BeanTable |
Used for associated beans in place of a BeanDescriptor.
|
| ChainedBeanPersistController | |
| ChainedBeanPersistListener<T> |
Handles multiple BeanPersistListener's for a given entity type.
|
| ChainedBeanQueryAdapter |
Handles multiple BeanQueryAdapter for a given entity type.
|
| CompoundUniqueContraint |
Holds multiple column unique constraints defined for an entity.
|
| CopyContext |
Provides context when performing a bean copy.
|
| DefaultBeanFinderManager |
Default implementation for BeanFinderFactory.
|
| DeployNamedQuery | |
| DeployNamedUpdate |
Deployment information for a named update.
|
| DeployOrmXml |
Controls the creation and caching of BeanManager's, BeanDescriptors,
BeanTable etc for both beans and tables(MapBeans).
|
| DeployParser |
Converts logical property names to database columns.
|
| DeployPropertyParser |
Converts logical property names to database columns with table alias.
|
| DeployPropertyParserMap |
Converts logical property names to database columns using a Map.
|
| DeployPropertyParserRawSql |
Converts logical property names to database columns for the raw sql.
|
| DeployUpdateMapFactory |
Build a map of logical to physical names for use in Orm Updates.
|
| DeployUpdateParser |
For updates converts logical property names to database columns and bean type to base table.
|
| DetermineManyType |
Determine the Many Type for a property.
|
| DNativeQuery |
A native query defined in deployment xml.
|
| DRawSqlColumnInfo | |
| DRawSqlMeta |
Meta data for a sql-select object.
|
| DRawSqlSelect |
Represents a SqlSelect raw sql query.
|
| DRawSqlSelectBuilder |
Parses sql-select queries to try and determine the location where WHERE and HAVING
clauses can be added dynamically to the sql.
|
| DRawSqlSelectColumnsParser |
Parses columnMapping (select clause) mapping columns to bean properties.
|
| ExportedProperty |
The Exported foreign key and property.
|
| InheritInfo |
Represents a node in the Inheritance tree.
|
| IntersectionRow | |
| ManyType |
Represents the type of a OneToMany or ManyToMany property.
|
| ParamTypeUtil |
Helper object to find generic parameter types for a given class.
|
| PersistControllerManager |
Default implementation for creating BeanControllers.
|
| PersistListenerManager |
Manages the assignment/registration of BeanPersistListener with their
respective DeployBeanDescriptor's.
|
| ReflectGetter |
For abstract classes that hold the id property we need to
use reflection to get the id values some times.
|
| ReflectGetter.IdGetter | |
| ReflectGetter.NonIdGetter | |
| ReflectSetter |
A place holder for BeanReflectSetter that should never be called.
|
| TableJoin |
Represents a join to another table.
|
| TableJoinColumn |
A join pair of local and foreign properties.
|
| Enum | Description |
|---|---|
| BeanDescriptor.EntityType | |
| BeanSqlSelect.PredicatesType | |
| ManyType.Underlying |
Describes beans with their properties and configuration.
Copyright © 2014. All Rights Reserved.