C# Class NHibernate.Lob.External.AbstractExternalBlobType

Inheritance: NHibernate.Type.AbstractType
Mostra file Open project: sebmarkbage/calyptus.lob

Public Methods

Method Description
Assemble ( object cached, ISessionImplementor session, object owner ) : object
DeepCopy ( object value, EntityMode entityMode, ISessionFactoryImplementor factory ) : object
Disassemble ( object value, ISessionImplementor session, object owner ) : object
Equals ( object obj ) : bool
FromXMLNode ( XmlNode xml, IMapping factory ) : object
GetColumnSpan ( IMapping session ) : int
GetHashCode ( ) : int
IsDirty ( object old, object current, bool checkable, ISessionImplementor session ) : bool
NullSafeGet ( IDataReader rs, string names, ISessionImplementor session, object owner ) : object
NullSafeSet ( IDbCommand cmd, object value, int index, ISessionImplementor session ) : void
NullSafeSet ( IDbCommand cmd, object value, int index, bool settable, ISessionImplementor session ) : void
Replace ( object original, object target, ISessionImplementor session, object owner, IDictionary copiedAlready ) : object
SetToXMLNode ( XmlNode xml, object value, ISessionFactoryImplementor factory ) : void
SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[]
ToColumnNullness ( object value, IMapping mapping ) : bool[]
ToLoggableString ( object value, ISessionFactoryImplementor factory ) : string

Protected Methods

Method Description
CreateLobInstance ( IExternalBlobConnection connection, byte identifier ) : object
ExtractLobData ( object lob, IExternalBlobConnection &connection, byte &identifier ) : bool
GetExternalBlobConnection ( ISessionImplementor session ) : IExternalBlobConnection
WriteLobTo ( object lob, Stream output ) : void

Method Details

Assemble() public method

public Assemble ( object cached, ISessionImplementor session, object owner ) : object
cached object
session ISessionImplementor
owner object
return object

CreateLobInstance() protected abstract method

protected abstract CreateLobInstance ( IExternalBlobConnection connection, byte identifier ) : object
connection IExternalBlobConnection
identifier byte
return object

DeepCopy() public method

public DeepCopy ( object value, EntityMode entityMode, ISessionFactoryImplementor factory ) : object
value object
entityMode EntityMode
factory ISessionFactoryImplementor
return object

Disassemble() public method

public Disassemble ( object value, ISessionImplementor session, object owner ) : object
value object
session ISessionImplementor
owner object
return object

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ExtractLobData() protected abstract method

protected abstract ExtractLobData ( object lob, IExternalBlobConnection &connection, byte &identifier ) : bool
lob object
connection IExternalBlobConnection
identifier byte
return bool

FromXMLNode() public method

public FromXMLNode ( XmlNode xml, IMapping factory ) : object
xml System.Xml.XmlNode
factory IMapping
return object

GetColumnSpan() public method

public GetColumnSpan ( IMapping session ) : int
session IMapping
return int

GetExternalBlobConnection() protected method

protected GetExternalBlobConnection ( ISessionImplementor session ) : IExternalBlobConnection
session ISessionImplementor
return IExternalBlobConnection

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsDirty() public method

public IsDirty ( object old, object current, bool checkable, ISessionImplementor session ) : bool
old object
current object
checkable bool
session ISessionImplementor
return bool

NullSafeGet() public method

public NullSafeGet ( IDataReader rs, string names, ISessionImplementor session, object owner ) : object
rs IDataReader
names string
session ISessionImplementor
owner object
return object

NullSafeSet() public method

public NullSafeSet ( IDbCommand cmd, object value, int index, ISessionImplementor session ) : void
cmd IDbCommand
value object
index int
session ISessionImplementor
return void

NullSafeSet() public method

public NullSafeSet ( IDbCommand cmd, object value, int index, bool settable, ISessionImplementor session ) : void
cmd IDbCommand
value object
index int
settable bool
session ISessionImplementor
return void

Replace() public method

public Replace ( object original, object target, ISessionImplementor session, object owner, IDictionary copiedAlready ) : object
original object
target object
session ISessionImplementor
owner object
copiedAlready IDictionary
return object

SetToXMLNode() public method

public SetToXMLNode ( XmlNode xml, object value, ISessionFactoryImplementor factory ) : void
xml System.Xml.XmlNode
value object
factory ISessionFactoryImplementor
return void

SqlTypes() public method

public SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[]
mapping IMapping
return NHibernate.SqlTypes.SqlType[]

ToColumnNullness() public method

public ToColumnNullness ( object value, IMapping mapping ) : bool[]
value object
mapping IMapping
return bool[]

ToLoggableString() public method

public ToLoggableString ( object value, ISessionFactoryImplementor factory ) : string
value object
factory ISessionFactoryImplementor
return string

WriteLobTo() protected abstract method

protected abstract WriteLobTo ( object lob, Stream output ) : void
lob object
output Stream
return void