Свойство | Тип | Описание | |
---|---|---|---|
Logger | IInternalLogger |
Метод | Описание | |
---|---|---|
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 ( |
||
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 ( |
||
SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[] | ||
ToColumnNullness ( object value, IMapping mapping ) : bool[] | ||
ToLoggableString ( object value, ISessionFactoryImplementor factory ) : string |
Метод | Описание | |
---|---|---|
CreateLobInstance ( IExternalBlobConnection connection, byte payload ) : object | ||
ExtractLobData ( object lob, IExternalBlobConnection &connection, byte &identifier ) : bool | ||
GetExternalBlobConnection ( ISessionImplementor session ) : IExternalBlobConnection | ||
WriteLobTo ( object lob, Stream output ) : void |
public Assemble ( object cached, ISessionImplementor session, object owner ) : object | ||
cached | object | |
session | ISessionImplementor | |
owner | object | |
Результат | object |
protected abstract CreateLobInstance ( IExternalBlobConnection connection, byte payload ) : object | ||
connection | IExternalBlobConnection | |
payload | byte | |
Результат | object |
public DeepCopy ( object value, EntityMode entityMode, ISessionFactoryImplementor factory ) : object | ||
value | object | |
entityMode | EntityMode | |
factory | ISessionFactoryImplementor | |
Результат | object |
public Disassemble ( object value, ISessionImplementor session, object owner ) : object | ||
value | object | |
session | ISessionImplementor | |
owner | object | |
Результат | object |
protected abstract ExtractLobData ( object lob, IExternalBlobConnection &connection, byte &identifier ) : bool | ||
lob | object | |
connection | IExternalBlobConnection | |
identifier | byte | |
Результат | bool |
public FromXMLNode ( |
||
xml | ||
factory | IMapping | |
Результат | object |
public GetColumnSpan ( IMapping session ) : int | ||
session | IMapping | |
Результат | int |
protected GetExternalBlobConnection ( ISessionImplementor session ) : IExternalBlobConnection | ||
session | ISessionImplementor | |
Результат | IExternalBlobConnection |
public IsDirty ( object old, object current, bool checkable, ISessionImplementor session ) : bool | ||
old | object | |
current | object | |
checkable | bool | |
session | ISessionImplementor | |
Результат | bool |
public NullSafeGet ( IDataReader rs, string names, ISessionImplementor session, object owner ) : object | ||
rs | IDataReader | |
names | string | |
session | ISessionImplementor | |
owner | object | |
Результат | object |
public NullSafeSet ( IDbCommand cmd, object value, int index, ISessionImplementor session ) : void | ||
cmd | IDbCommand | |
value | object | |
index | int | |
session | ISessionImplementor | |
Результат | void |
public NullSafeSet ( IDbCommand cmd, object value, int index, bool settable, ISessionImplementor session ) : void | ||
cmd | IDbCommand | |
value | object | |
index | int | |
settable | bool | |
session | ISessionImplementor | |
Результат | void |
public Replace ( object original, object target, ISessionImplementor session, object owner, IDictionary copiedAlready ) : object | ||
original | object | |
target | object | |
session | ISessionImplementor | |
owner | object | |
copiedAlready | IDictionary | |
Результат | object |
public SetToXMLNode ( |
||
xml | ||
value | object | |
factory | ISessionFactoryImplementor | |
Результат | void |
public SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[] | ||
mapping | IMapping | |
Результат | NHibernate.SqlTypes.SqlType[] |
public ToColumnNullness ( object value, IMapping mapping ) : bool[] | ||
value | object | |
mapping | IMapping | |
Результат | bool[] |
public ToLoggableString ( object value, ISessionFactoryImplementor factory ) : string | ||
value | object | |
factory | ISessionFactoryImplementor | |
Результат | string |
protected abstract WriteLobTo ( object lob, Stream output ) : void | ||
lob | object | |
output | Stream | |
Результат | void |