Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.objectstyle.cayenne.access.types

Interface Summary
ExtendedType Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
 

Class Summary
AbstractType Superclass of concrete ExtendedType implementations.
ByteArrayType  
ByteType Addresses bugs in certain JDBC drivers that do not handle java.lang.Byte properly.
CharType Handles CHAR type for JDBC drivers that don't trim trailing spaces.
DefaultType Default implementation of ExtendedType that works exactly per JDBC specification.
ExtendedTypeMap Contains a map of ExtendedType objects, that serve as handlers for converting values between Java application and JDBC layer.
ShortType Addresses bugs in certain JDBC drivers that do not handle java.lang.Short properly.
UtilDateType ExtendedType that allows Java application to use java.util.Date transparently for all three database date/time types: TIME, DATE, TIMESTAMP.