C# Class NHibernate.Lob.AbstractLobType

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
ToColumnNullness ( object value, IMapping mapping ) : bool[]
ToLoggableString ( object value, ISessionFactoryImplementor factory ) : string

Protected Methods

Method Description
Get ( IDataReader rs, int ordinal ) : object
GetData ( object value ) : object
GetValue ( object data ) : object

Method Details

Assemble() public method

public Assemble ( object cached, ISessionImplementor session, object owner ) : object
cached object
session ISessionImplementor
owner object
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

FromXMLNode() public method

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

Get() protected method

protected Get ( IDataReader rs, int ordinal ) : object
rs IDataReader
ordinal int
return object

GetColumnSpan() public method

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

GetData() protected abstract method

protected abstract GetData ( object value ) : object
value object
return object

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValue() protected abstract method

protected abstract GetValue ( object data ) : object
data object
return object

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

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