Hibernate 3.6.2
Package Index
|
Class Index
org.hibernate
org.hibernate.action
org.hibernate.annotations
org.hibernate.bytecode
org.hibernate.bytecode.buildtime
org.hibernate.bytecode.cglib
org.hibernate.bytecode.javassist
org.hibernate.bytecode.util
org.hibernate.cache
org.hibernate.cache.access
org.hibernate.cache.entry
org.hibernate.cache.impl
org.hibernate.cache.impl.bridge
org.hibernate.cfg
org.hibernate.cfg.annotations
org.hibernate.cfg.annotations.reflection
org.hibernate.cfg.beanvalidation
org.hibernate.cfg.search
org.hibernate.classic
org.hibernate.collection
org.hibernate.connection
org.hibernate.context
org.hibernate.criterion
org.hibernate.dialect
org.hibernate.dialect.function
org.hibernate.dialect.lock
org.hibernate.dialect.resolver
org.hibernate.engine
org.hibernate.engine.jdbc
org.hibernate.engine.loading
org.hibernate.engine.profile
org.hibernate.engine.query
org.hibernate.engine.query.sql
org.hibernate.engine.transaction
org.hibernate.event
org.hibernate.event.def
org.hibernate.exception
org.hibernate.hql
org.hibernate.hql.ast
org.hibernate.hql.ast.exec
org.hibernate.hql.ast.tree
org.hibernate.hql.ast.util
org.hibernate.hql.classic
org.hibernate.id
org.hibernate.id.enhanced
org.hibernate.id.factory
org.hibernate.id.insert
org.hibernate.id.uuid
org.hibernate.impl
org.hibernate.intercept
org.hibernate.intercept.cglib
org.hibernate.intercept.javassist
org.hibernate.jdbc
org.hibernate.jdbc.util
org.hibernate.jmx
org.hibernate.loader
org.hibernate.loader.collection
org.hibernate.loader.criteria
org.hibernate.loader.custom
org.hibernate.loader.custom.sql
org.hibernate.loader.entity
org.hibernate.loader.hql
org.hibernate.lob
org.hibernate.mapping
org.hibernate.metadata
org.hibernate.param
org.hibernate.persister
org.hibernate.persister.collection
org.hibernate.persister.entity
org.hibernate.pretty
org.hibernate.property
org.hibernate.proxy
org.hibernate.proxy.dom4j
org.hibernate.proxy.map
org.hibernate.proxy.pojo
org.hibernate.proxy.pojo.cglib
org.hibernate.proxy.pojo.javassist
org.hibernate.secure
org.hibernate.sql
org.hibernate.sql.ordering.antlr
org.hibernate.stat
org.hibernate.tool.hbm2ddl
org.hibernate.tool.instrument
org.hibernate.tool.instrument.cglib
org.hibernate.tool.instrument.javassist
org.hibernate.transaction
org.hibernate.transaction.synchronization
org.hibernate.transform
org.hibernate.tuple
org.hibernate.tuple.component
org.hibernate.tuple.entity
org.hibernate.type
org.hibernate.type.descriptor
org.hibernate.type.descriptor.java
org.hibernate.type.descriptor.sql
org.hibernate.usertype
org.hibernate.util
org.hibernate.util.xml
Interfaces
JavaTypeDescriptor
<T>
MutabilityPlan
<T>
UUIDTypeDescriptor.ValueTransformer
Classes
AbstractTypeDescriptor
<T>
ArrayMutabilityPlan
<T>
BigDecimalTypeDescriptor
BigIntegerTypeDescriptor
BinaryStreamImpl
BlobTypeDescriptor
BlobTypeDescriptor.BlobMutabilityPlan
BooleanTypeDescriptor
ByteArrayTypeDescriptor
ByteTypeDescriptor
CalendarDateTypeDescriptor
CalendarTypeDescriptor
CalendarTypeDescriptor.CalendarMutabilityPlan
CharacterArrayTypeDescriptor
CharacterStreamImpl
CharacterTypeDescriptor
ClassTypeDescriptor
ClobTypeDescriptor
ClobTypeDescriptor.ClobMutabilityPlan
CurrencyTypeDescriptor
DataHelper
DateTypeDescriptor
DateTypeDescriptor.DateMutabilityPlan
DoubleTypeDescriptor
FloatTypeDescriptor
ImmutableMutabilityPlan
<T>
IncomparableComparator
IntegerTypeDescriptor
JdbcDateTypeDescriptor
JdbcDateTypeDescriptor.DateMutabilityPlan
JdbcTimestampTypeDescriptor
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
JdbcTimeTypeDescriptor
JdbcTimeTypeDescriptor.TimeMutabilityPlan
LocaleTypeDescriptor
LocaleTypeDescriptor.LocaleComparator
LongTypeDescriptor
MutableMutabilityPlan
<T>
PrimitiveByteArrayTypeDescriptor
PrimitiveCharacterArrayTypeDescriptor
SerializableTypeDescriptor
<T extends
Serializable
>
SerializableTypeDescriptor.SerializableMutabilityPlan
<S extends
Serializable
>
ShortTypeDescriptor
StringTypeDescriptor
TimeZoneTypeDescriptor
TimeZoneTypeDescriptor.TimeZoneComparator
UrlTypeDescriptor
UUIDTypeDescriptor
UUIDTypeDescriptor.PassThroughTransformer
UUIDTypeDescriptor.ToBytesTransformer
UUIDTypeDescriptor.ToStringTransformer
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ByteArrayTypeDescriptor
extends
AbstractTypeDescriptor
<T>
java.lang.Object
↳
org.hibernate.type.descriptor.java.AbstractTypeDescriptor
<T>
↳
org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
Class Overview
TODO : javadoc
Summary
Fields
public static final
ByteArrayTypeDescriptor
INSTANCE
Public Constructors
ByteArrayTypeDescriptor
()
Public Methods
Byte[]
fromString
(
String
string)
String
toString
(
Byte[]
bytes)
<X> X
unwrap
(
Byte[]
value,
Class
<X> type,
WrapperOptions
options)
<X>
Byte[]
wrap
(X value,
WrapperOptions
options)
[Expand]
Inherited Methods
From class
org.hibernate.type.descriptor.java.AbstractTypeDescriptor
boolean
areEqual
(T one, T another)
Determine if two instances are equal
int
extractHashCode
(T value)
Extract a proper hash code for this value.
String
extractLoggableRepresentation
(T value)
Extract a loggable representation of the value.
Comparator
<T>
getComparator
()
Retrieve the natural comparator for this type.
Class
<T>
getJavaTypeClass
()
Retrieve the Java type handled here.
MutabilityPlan
<T>
getMutabilityPlan
()
Retrieve the mutability plan for this Java type.
HibernateException
unknownUnwrap
(
Class
conversionType)
HibernateException
unknownWrap
(
Class
conversionType)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.hibernate.type.descriptor.java.JavaTypeDescriptor
abstract boolean
areEqual
(T one, T another)
Determine if two instances are equal
abstract int
extractHashCode
(T value)
Extract a proper hash code for this value.
abstract
String
extractLoggableRepresentation
(T value)
Extract a loggable representation of the value.
abstract T
fromString
(
String
string)
abstract
Comparator
<T>
getComparator
()
Retrieve the natural comparator for this type.
abstract
Class
<T>
getJavaTypeClass
()
Retrieve the Java type handled here.
abstract
MutabilityPlan
<T>
getMutabilityPlan
()
Retrieve the mutability plan for this Java type.
abstract
String
toString
(T value)
abstract <X> X
unwrap
(T value,
Class
<X> type,
WrapperOptions
options)
Unwrap an instance of our handled Java type into the requested type.
abstract <X> T
wrap
(X value,
WrapperOptions
options)
Wrap a value as our handled Java type.
Fields
public static final
ByteArrayTypeDescriptor
INSTANCE
Public Constructors
public
ByteArrayTypeDescriptor
()
Public Methods
public
Byte[]
fromString
(
String
string)
public
String
toString
(
Byte[]
bytes)
public X
unwrap
(
Byte[]
value,
Class
<X> type,
WrapperOptions
options)
public
Byte[]
wrap
(X value,
WrapperOptions
options)