|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.type.AbstractType org.hibernate.type.AbstractLobType org.hibernate.type.ByteArrayBlobType
WrappedMaterializedBlobType
@Deprecated public class ByteArrayBlobType
Map a Byte[] into a Blob Experimental
Constructor Summary | |
---|---|
ByteArrayBlobType()
Deprecated. |
Method Summary | |
---|---|
Object |
deepCopy(Object value,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated. Return a deep copy of the persistent state, stopping at entities and at collections. |
Object |
fromXMLNode(org.dom4j.Node xml,
Mapping factory)
Deprecated. Parse the XML representation of an instance. |
protected Object |
get(ResultSet rs,
String name)
Deprecated. |
int |
getHashCode(Object x,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated. Get a hashcode, consistent with persistence "equality" |
Class |
getReturnedClass()
Deprecated. The class returned by nullSafeGet() methods. |
boolean |
isEqual(Object x,
Object y,
EntityMode entityMode,
SessionFactoryImplementor factory)
Deprecated. Compare two instances of the class mapped by this type for persistence "equality" - equality of persistent state. |
boolean |
isMutable()
Deprecated. Are objects of this type mutable. |
Object |
replace(Object original,
Object target,
SessionImplementor session,
Object owner,
Map copyCache)
Deprecated. During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging. |
protected void |
set(PreparedStatement st,
Object value,
int index,
SessionImplementor session)
Deprecated. |
void |
setToXMLNode(org.dom4j.Node node,
Object value,
SessionFactoryImplementor factory)
Deprecated. A representation of the value to be embedded in an XML element. |
int[] |
sqlTypes(Mapping mapping)
Deprecated. Return the SQL type codes for the columns mapped by this type. |
boolean[] |
toColumnNullness(Object value,
Mapping mapping)
Deprecated. Given an instance of the type, return an array of boolean, indicating which mapped columns would be null. |
String |
toLoggableString(Object value,
SessionFactoryImplementor factory)
Deprecated. A representation of the value to be embedded in a log file. |
String |
toString(Object val)
Deprecated. |
protected byte[] |
unWrap(Object bytes)
Deprecated. |
protected Object |
wrap(byte[] bytes)
Deprecated. |
Methods inherited from class org.hibernate.type.AbstractLobType |
---|
getColumnSpan, getHashCode, getName, isDirty, isEqual, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet |
Methods inherited from class org.hibernate.type.AbstractType |
---|
assemble, beforeAssemble, compare, disassemble, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayBlobType()
Method Detail |
---|
public int[] sqlTypes(Mapping mapping)
Type
Types
public boolean isEqual(Object x, Object y, EntityMode entityMode, SessionFactoryImplementor factory)
Type
isEqual
in interface Type
isEqual
in class AbstractType
public int getHashCode(Object x, EntityMode entityMode, SessionFactoryImplementor factory)
Type
getHashCode
in interface Type
getHashCode
in class AbstractType
public Object deepCopy(Object value, EntityMode entityMode, SessionFactoryImplementor factory) throws HibernateException
Type
value
- generally a collection element or entity field
HibernateException
public Class getReturnedClass()
Type
protected Object get(ResultSet rs, String name) throws SQLException
get
in class AbstractLobType
SQLException
protected void set(PreparedStatement st, Object value, int index, SessionImplementor session) throws SQLException
set
in class AbstractLobType
SQLException
public void setToXMLNode(org.dom4j.Node node, Object value, SessionFactoryImplementor factory) throws HibernateException
Type
HibernateException
public String toString(Object val)
public String toLoggableString(Object value, SessionFactoryImplementor factory)
Type
public Object fromXMLNode(org.dom4j.Node xml, Mapping factory) throws HibernateException
Type
HibernateException
protected Object wrap(byte[] bytes)
protected byte[] unWrap(Object bytes)
public boolean isMutable()
Type
public Object replace(Object original, Object target, SessionImplementor session, Object owner, Map copyCache) throws HibernateException
Type
original
- the value from the detached entity being mergedtarget
- the value in the managed entity
HibernateException
public boolean[] toColumnNullness(Object value, Mapping mapping)
Type
value
- an instance of the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |