java.lang.Object
org.seasar.doma.internal.jdbc.scalar.OptionalIntScalar
- All Implemented Interfaces:
Scalar<Integer,,OptionalInt> JdbcMappable<Integer>,JdbcMappingHint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()Returns the domain class if this object is mapped to the domain class.Returns the wrapper.voidset(OptionalInt optional) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.seasar.doma.jdbc.JdbcMappingHint
getJdbcType
-
Field Details
-
wrapper
-
-
Constructor Details
-
OptionalIntScalar
public OptionalIntScalar()
-
-
Method Details
-
getDomainClass
Description copied from interface:JdbcMappingHintReturns the domain class if this object is mapped to the domain class.- Specified by:
getDomainClassin interfaceJdbcMappingHint- Returns:
- the domain class
-
cast
- Specified by:
castin interfaceScalar<Integer,OptionalInt>
-
get
- Specified by:
getin interfaceScalar<Integer,OptionalInt>
-
getAsNonOptional
- Specified by:
getAsNonOptionalin interfaceScalar<Integer,OptionalInt>
-
getDefault
- Specified by:
getDefaultin interfaceScalar<Integer,OptionalInt>
-
set
- Specified by:
setin interfaceScalar<Integer,OptionalInt>
-
getWrapper
Description copied from interface:JdbcMappableReturns the wrapper.- Specified by:
getWrapperin interfaceJdbcMappable<Integer>- Returns:
- the wrapper
-
toString
-