Uses of Interface
org.seasar.doma.jdbc.type.JdbcType
Packages that use JdbcType
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.
-
Uses of JdbcType in org.seasar.doma.internal.jdbc.command
Methods in org.seasar.doma.internal.jdbc.command with parameters of type JdbcType -
Uses of JdbcType in org.seasar.doma.internal.jdbc.sql
Methods in org.seasar.doma.internal.jdbc.sql that return types with arguments of type JdbcTypeModifier and TypeMethodDescriptionScalarInOutParameter.getJdbcType()ScalarInParameter.getJdbcType()ScalarOutParameter.getJdbcType()ScalarSingleResultParameter.getJdbcType() -
Uses of JdbcType in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc that return types with arguments of type JdbcTypeModifier and TypeMethodDescriptionJdbcMappingHint.getJdbcType()Returns the JDBC type if the target value is mapped to the JDBC type.Methods in org.seasar.doma.jdbc with parameters of type JdbcType -
Uses of JdbcType in org.seasar.doma.jdbc.command
Methods in org.seasar.doma.jdbc.command with parameters of type JdbcType -
Uses of JdbcType in org.seasar.doma.jdbc.dialect
Classes in org.seasar.doma.jdbc.dialect that implement JdbcTypeModifier and TypeClassDescriptionstatic classstatic classFields in org.seasar.doma.jdbc.dialect declared as JdbcTypeModifier and TypeFieldDescriptionOracle11Dialect.RESULT_SETthe JDBC type forResultSetPostgresDialect.RESULT_SETthe JDBC type forResultSetMethods in org.seasar.doma.jdbc.dialect that return JdbcTypeModifier and TypeMethodDescriptionDialect.getResultSetType()Oracle11Dialect.getResultSetType()PostgresDialect.getResultSetType()StandardDialect.getResultSetType() -
Uses of JdbcType in org.seasar.doma.jdbc.domain
Fields in org.seasar.doma.jdbc.domain declared as JdbcTypeModifier and TypeFieldDescriptionprotected final JdbcType<?>AbstractDomainType.DomainScalar.jdbcTypeprotected final JdbcType<?>AbstractDomainType.OptionalDomainScalar.jdbcTypeFields in org.seasar.doma.jdbc.domain with type parameters of type JdbcTypeMethods in org.seasar.doma.jdbc.domain that return JdbcTypeMethods in org.seasar.doma.jdbc.domain that return types with arguments of type JdbcTypeModifier and TypeMethodDescriptionAbstractDomainType.DomainScalar.getJdbcType()AbstractDomainType.OptionalDomainScalar.getJdbcType()Constructors in org.seasar.doma.jdbc.domain with parameters of type JdbcTypeModifierConstructorDescriptionprotectedDomainScalar(Wrapper<BASIC> wrapper, JdbcType<?> jdbcType) protectedOptionalDomainScalar(Wrapper<BASIC> wrapper, JdbcType<?> jdbcType) -
Uses of JdbcType in org.seasar.doma.jdbc.entity
Methods in org.seasar.doma.jdbc.entity that return types with arguments of type JdbcType -
Uses of JdbcType in org.seasar.doma.jdbc.type
Classes in org.seasar.doma.jdbc.type that implement JdbcTypeModifier and TypeClassDescriptionclassA skeletal implementation for theJdbcTypeinterface .classA JDBC type for RDBMS specific SQL type andResultSet.classA JDBC type forTypes.ARRAYandArray.classA JDBC type forTypes.DECIMALandBigDecimal.classA JDBC type forTypes.BIGINTandBigInteger.classA JDBC type forTypes.BLOBandBlob.classA JDBC type forTypes.BOOLEANandBoolean.classA JDBC type forTypes.BINARYandbyte[].classA JDBC type forTypes.SMALLINTandByte.classA JDBC type forTypes.CLOBandClob.classA JDBC type forTypes.DATEandDate.classA JDBC type forTypes.DOUBLEandDouble.classA JDBC type forTypes.VARCHARandEnum.classA JDBC type forTypes.FLOATandFloat.classA JDBC type forTypes.INTEGERandBoolean.classA JDBC type forTypes.INTEGERandInteger.classA JDBC type forTypes.TIMESTAMPandLocalDateTime.classA JDBC type forTypes.DATEandLocalDate.classA JDBC type forTypes.TIMEandLocalTime.classA JDBC type forTypes.BIGINTandLong.classA JDBC type forTypes.NCLOBandNClob.classA JDBC type forTypes.NVARCHARandString.classA JDBC type forTypes.OTHERandObject.classA JDBC type forTypes.OTHER.classA JDBC type forTypes.SMALLINTandShort.classA JDBC type forTypes.SQLXMLandSQLXML.classA JDBC type forTypes.VARCHARandString.classA JDBC type forTypes.TIMESTAMPandTimestamp.classA JDBC type forTypes.TIMEandTime.classA JDBC type forTypes.TIMESTAMPandDate.Constructors in org.seasar.doma.jdbc.type with parameters of type JdbcType