JVM Languages
jqa0302.txt
Associated article: Mar02: Java Q&A
Tags: JVM Languages
Published source code accompanying the article by Michael Yuan in which he answers the question of how you map SQL database tables to Java objects. Also see JQA0302.ZIP.
Mapping SQL Database Tables To Java Objects by Michael J. Yuan Listing One # schema.sql # NOTE: The SQL type "DATETIME" corresponds to Java type "java.sql.Timestamp"; # "BIGINT(20)" corresponds to "Long"; # "...


