Uses of Class
com.querydsl.sql.types.AbstractType
Packages that use AbstractType
Package
Description
Types for de/serialization to ResultSet and PreparedStatement
-
Uses of AbstractType in com.querydsl.sql.types
Subclasses of AbstractType in com.querydsl.sql.typesModifier and TypeClassDescriptionclassCommon abstract superclass for Type implementationsclassCommon abstract superclass for Type implementations for Joda-TimeclassAbstractJSR310DateTimeType<T extends Temporal>Common abstract superclass for Type implementations for Java Time API (JSR310)classArrayType<T>ArrayTypemaps Java arrays to JDBC arraysclassBigDecimalAsDoubleTypemaps BigDecimal to Double on the JDBC levelclassBigDecimalTypemaps BigDecimal to BigDecimal on the JDBC levelclassBigIntegerTypemaps BigInteger to Long on the JDBC levelclassBigIntegerTypemaps BigInteger to BigDecimal on the JDBC levelclassBlobTypemaps Blob to Blob on the JDBC levelclassBooleanTypemaps Boolean to Boolean on the JDBC levelclassBytesTypemaps byte[] to byte[] on the JDBC levelclassByteTypemaps Byte to Byte on the JDBC levelclassCalendarTypemaps Calendar to Timestamp on the JDBC levelclassCharacterTypemaps Character to Character on the JDBC levelclassClobTypemaps Clob to Clob on the JDBC levelclassCurrencyTypemaps Currency to String on the JDBC levelclassDateTimeTypemaps DateTime to Timestamp on the JDBC levelclassDateTypemaps Date to Date on the JDBC levelclassDoubleTypemaps Double to Double on the JDBC levelclassEnumAsObjectType<T extends Enum<T>>EnumAsObjectTypemaps Enum types to Object on the JDBC levelclassEnumByNameType<T extends Enum<T>>EnumByNameTypemaps Enum types to their String names on the JDBC levelclassEnumByOrdinalType<T extends Enum<T>>EnumByOrdinalTypemaps Enum types to their Integer ordinals on the JDBC levelclassFloatTypemaps Float to Float on the JDBC levelclassInputStreamTypemaps InputStream to InputStream on the JDBC levelclassIntegerTypemaps Integer to Integer on the JDBC levelclassclassclassclassclassclassclassclassLocalDateTimeTypemaps LocalDateTime to Timestamp on the JDBC levelclassLocalDateTypemaps LocalDate to Date on the JDBC levelclassLocaleTypemaps Locale to String on the JDBC levelclassLocalTimeTypemaps LocalTime to Time on the JDBC levelclassLongTypemaps Long to Long on the JDBC levelclassLongVarBinaryBytesTypeusesLONGVARBINARYas the JDBC typeclassNumericBooleanTypemaps Boolean to 1/0 (Integer) on the JDBC levelclassObjectTypemaps Object to Object on the JDBC levelclassShortTypemaps Short to Short on the JDBC levelclassSQLXMLTypemaps SQLXML to SQLXML on the JDBC levelclassStringAsObjectTypemaps String to String on the JDBC levelclassStringTypemaps String to String on the JDBC levelclassTimestampTypemaps Timestamp to Timestamp on the JDBC levelclassTimeTypemaps Time to Time on the JDBC levelclassTrueFalseTypemaps Boolean to 'T'/'F' on the JDBC levelclassURLTypemaps URL to URL on the JDBC levelclassUtilDateTypemaps Date to Timestamp on the JDBC levelclassUtilUUIDTypemaps UUID to String on the JDBC levelclassXMLAsStringTypemaps String to SQLXML on the JDBC levelclassYesNoTypemaps Boolean to 'Y'/'N' on the JDBC level