com.mysema.query.sql
Class SQLTypeMapping

java.lang.Object
  extended by com.mysema.query.sql.SQLTypeMapping

public final class SQLTypeMapping
extends Object

SQLTypeMapping defines a mapping from JDBC types to Java classes.

Author:
tiwe

Constructor Summary
SQLTypeMapping()
           
 
Method Summary
 Class<?> get(int sqlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLTypeMapping

public SQLTypeMapping()
Method Detail

get

@Nullable
public Class<?> get(int sqlType)


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.