YearMonthType

org.beangle.data.orm.hibernate.udt.YearMonthType
class YearMonthType extends UserType[YearMonth]

Attributes

Graph
Supertypes
trait UserType[YearMonth]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def assemble(cached: Serializable, owner: Object): YearMonth

Attributes

Definition Classes
UserType
override def deepCopy(value: YearMonth): YearMonth

Attributes

Definition Classes
UserType
override def disassemble(value: YearMonth): Serializable

Attributes

Definition Classes
UserType
override def equals(x: YearMonth, y: YearMonth): Boolean

Attributes

Definition Classes
UserType
override def getSqlType: Int

Attributes

Definition Classes
UserType
override def hashCode(x: YearMonth): Int

Attributes

Definition Classes
UserType
override def isMutable(): Boolean

Attributes

Definition Classes
UserType
override def nullSafeGet(resultSet: ResultSet, position: Int, session: SharedSessionContractImplementor, owner: Object): YearMonth

Attributes

Definition Classes
UserType
override def nullSafeSet(statement: PreparedStatement, value: YearMonth, index: Int, session: SharedSessionContractImplementor): Unit

Attributes

Definition Classes
UserType
override def replace(original: YearMonth, target: YearMonth, owner: Object): YearMonth

Attributes

Definition Classes
UserType

Inherited methods

def getDefaultSqlLength(x$0: Dialect, x$1: JdbcType): Long

Attributes

Inherited from:
UserType
def getDefaultSqlPrecision(x$0: Dialect, x$1: JdbcType): Int

Attributes

Inherited from:
UserType
def getDefaultSqlScale(x$0: Dialect, x$1: JdbcType): Int

Attributes

Inherited from:
UserType
def getJdbcType(x$0: TypeConfiguration): JdbcType

Attributes

Inherited from:
UserType
def getValueConverter(): BasicValueConverter[J, <FromJavaObject>]

Attributes

Inherited from:
UserType

Concrete fields

var returnedClass: Class[YearMonth]