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

Quick Search    Search Deep

Package org.ujac.util.db

Interface Summary
DataTypeMapper Name: DataTypeMapper
Description: A interface intended to make the type conversion from database types to java types more customizable.
 

Class Summary
AttributeDefinition Name: AttributeDefinition
Description: A class holding the definition of a class attribute.

Log: $Log: AttributeDefinition.java,v $
Log: Revision 1.1 2003/12/14 23:53:07 lauerc
Log: Moved classed from org.ujac.util.codegen to org.ujac.util.db.
DatabaseSchemaReader Name: DatabaseSchemaReader
Description: Reads informations from database schema using DatabaseMetaData.

Log: $Log: DatabaseSchemaReader.java,v $
Log: Revision 1.1 2003/12/14 23:53:07 lauerc
Log: Moved classed from org.ujac.util.codegen to org.ujac.util.db.
DefaultDataTypeMapper Name: DefaultDataTypeMapper
Description: Default implementation of the interface DataTypeMapper.