Data management assembler classes.
| Interface | Description | |
|---|---|---|
| Assembler | One option for implementing a Data Management Services Assembler is to write a Java class which implements this interface. | |
| SQLAssemblerConstants | Configuration constants for the SQLAssembler and its subclasses. |
| Class | Description | |
|---|---|---|
| AbstractAssembler | You can implement a Data Management Services Assembler by extending this AbstractAssembler class. | |
| HibernateAnnotationsAssembler | Adds support for Hibernate Annotations. | |
| HibernateAssembler | An assembler that provides support for hibernate entities as flex destinations in Flex Data Management Services. | |
| HibernateCollectionProxy | This class is used for serializing Hibernate's PersistentMap instances to flex clients. | |
| HibernateManager | This is a class which is shared by all of the HibernateAssemblers which are configured with the same configuration file. | |
| HibernatePropertyProxy | This class is used for serializing properties on HibernateProxy instances. | |
| HibernateType | This class is used to store the information and methods regarding a specific Hibernate data type. | |
| SQLAssembler | An assembler implementation which is configured with direct SQL statements for the various operations. | |
| SQLFactory | The SQLFactory class is responsible for generating SQL structures for the different queries when given the configuration of the SQL statements. | |
| SQLFactory.CallableStatementHandler | This class handles the specifics for calling stored procedures. | |
| SQLFactory.PreparedStatementHandler | This class handles the specifics for calling simple SQL statements. | |
| SQLFactory.SQL | This class is the base class and implements the basic that are common between SQL queries and procedures. | |
| SQLParam | This class represents parameters used in SQL statements. | |
| SQLParamReplacementUtil | This utility class is responsible for replacing parameter syntax, #paramName#, into prepared statement and procedure call syntax. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/data/assemblers/package-detail.html