Uses of Package
org.seasar.doma.jdbc.type
Packages that use org.seasar.doma.jdbc.type
Package
Description
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides classes and interfaces to execute SQL statements using the command pattern.
Provides RDBMS dialects.
Provides the classes that are related to domains.
Provides classes and interfaces for entity mapping and lifecycle management.
Provides JDBC types.
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.internal.jdbc.commandClassDescriptionAn object that converts JDBC data from SQL types to Java types, and vice versa.
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.internal.jdbc.sqlClassDescriptionAn object that converts JDBC data from SQL types to Java types, and vice versa.
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.jdbcClassDescriptionAn object that converts JDBC data from SQL types to Java types, and vice versa.
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.jdbc.commandClassDescriptionAn object that converts JDBC data from SQL types to Java types, and vice versa.
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.jdbc.dialect
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.jdbc.domainClassDescriptionAn object that converts JDBC data from SQL types to Java types, and vice versa.
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.jdbc.entityClassDescriptionAn object that converts JDBC data from SQL types to Java types, and vice versa.
-
Classes in org.seasar.doma.jdbc.type used by org.seasar.doma.jdbc.typeClassDescriptionA skeletal implementation for the
JdbcTypeinterface .A JDBC type forTypes.ARRAYandArray.A JDBC type forTypes.DECIMALandBigDecimal.A JDBC type forTypes.BIGINTandBigInteger.A JDBC type forTypes.BLOBandBlob.A JDBC type forTypes.BOOLEANandBoolean.A JDBC type forTypes.BINARYandbyte[].A JDBC type forTypes.SMALLINTandByte.A JDBC type forTypes.CLOBandClob.A JDBC type forTypes.DATEandDate.A JDBC type forTypes.DOUBLEandDouble.A JDBC type forTypes.FLOATandFloat.A JDBC type forTypes.INTEGERandBoolean.A JDBC type forTypes.INTEGERandInteger.An object that converts JDBC data from SQL types to Java types, and vice versa.A JDBC type forTypes.TIMESTAMPandLocalDateTime.A JDBC type forTypes.DATEandLocalDate.A JDBC type forTypes.TIMEandLocalTime.A JDBC type forTypes.BIGINTandLong.A JDBC type forTypes.NCLOBandNClob.A JDBC type forTypes.NVARCHARandString.A JDBC type forTypes.OTHERandObject.A JDBC type forTypes.SMALLINTandShort.A JDBC type forTypes.SQLXMLandSQLXML.A JDBC type forTypes.VARCHARandString.A JDBC type forTypes.TIMESTAMPandTimestamp.A JDBC type forTypes.TIMEandTime.A JDBC type forTypes.TIMESTAMPandDate.