ValueType

org.beangle.data.orm.hibernate.udt.ValueType
See theValueType companion object
class ValueType extends UserType[Object] with ParameterizedType

Attributes

Companion:
object
Graph
Supertypes
trait ParameterizedType
trait UserType[Object]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
UserType
override def getSqlType: Int

Attributes

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

Attributes

Definition Classes
UserType
override def isMutable: Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
UserType
override def setParameterValues(parameters: Properties): Unit

Attributes

Definition Classes
ParameterizedType

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 constructor: Constructor[Object]
var field: Field
var returnedClass: Class[Object]
var sqlType: Int