IBATIS DATA MAPPER DEVELOPER GUIDE

Posted by Anonymous 0 komentar
Download free iBATIS Data Mapper Developer Guide pdf. The iBATIS Data Mapper framework will help you to significantly reduce the amount of Java code that you normally need to access a relational database. iBATIS simply maps JavaBeans to SQL statements using a very simple XML descriptor. Simplicity is the key advantage of iBATIS over other frameworks and object relational mapping tools. To use the iBATIS Data Mapper you need only be familiar with JavaBeans, XML and SQL. There is very little else to learn. There is no complex scheme required to join tables or execute complex queries. Using Data Mapper you have the full power of real SQL at your fingertips.

Table of contents iBATIS Data Mapper Developer Guide
  • Introduction
  • Data Mapper
  • Installation
  • The SQL Map XML Configuration File
  • The SQL Map XML File
  • Mapped Statements
    Statement Types ~ The SQL ~ Reusing SQL Fragments ~ Auto-Generated Keys ~ Stored Procedures
  • Parameter Maps and Inline Parameters
    Inline Parameter Maps ~ Primitive Type Parameters ~ Map Type Parameter
  • Result Maps
    Implicit Result Maps ~ Primitive Results ~ Complex Properties ~ Avoiding N+1 Selects (1:1) ~ Complex Collection Properties ~ Avoiding N+1 Selects (1:M and M:N) ~ Composite Keys or Multiple Complex Parameters Properties
  • Supported Types for Parameter Maps and Result Maps
    C
    reating custom Type Handlers
  • Caching Mapped Statement Results
    Read-Only vs. Read/Write ~ Serializable Read/Write Caches ~ Cache Types
  • Dynamic Mapped Statements
    Dynamic Element ~ Binary Conditional Elements ~ Unary Conditional Elements ~ Other Elements
  • Simple Dynamic SQL Elements
  • Programming with Data Mapper: The API
    Configuration ~ Transactions ~ Multi Threaded Programming ~ iBATIS Classloading ~ Batches ~ Executing Statements via the SqlMapClient API
  • Logging SqlMap Activity
  • The One Page JavaBeans Course
Download iBATIS Data Mapper Developer Guide

0 komentar:

Post a Comment