net.csdn.jpa.type.impl
Class MysqlType

java.lang.Object
  extended by net.csdn.jpa.type.impl.MysqlType
All Implemented Interfaces:
DBType

public class MysqlType
extends Object
implements DBType

User: WilliamZhu Date: 12-7-5 Time: 下午7:53


Constructor Summary
MysqlType()
           
 
Method Summary
 net.csdn.common.collect.Tuple<Class,Map> dateType(String type, javassist.bytecode.ConstPool constPool)
           
 net.csdn.common.collect.Tuple<String,String> typeToJava(String sqlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MysqlType

public MysqlType()
Method Detail

typeToJava

public net.csdn.common.collect.Tuple<String,String> typeToJava(String sqlType)
Specified by:
typeToJava in interface DBType

dateType

public net.csdn.common.collect.Tuple<Class,Map> dateType(String type,
                                                         javassist.bytecode.ConstPool constPool)
Specified by:
dateType in interface DBType


Copyright © 2014. All Rights Reserved.