return object |
A deep copy of the object. |
object val |
A Collection element or Entity field |
return object |
A deep copy of the object. |
object val |
A Collection element or Entity field |
return bool |
True if the two objects contain the same values. |
object x |
The left hand side object. |
object y |
The right hand side object. |
return object |
an instance of the type |
string xml |
return int |
|
object x |
|
ISessionFactoryImplementor factory |
return object |
|
IDataReader rs |
|
String[] names |
|
ISessionImplementor session |
|
object owner |
return bool |
${WriteSummary(content)} |
object value |
${WriteSummary(content)} |
return bool |
|
object old |
|
object current |
|
Boolean[] checkable |
|
ISessionImplementor session |
return bool |
true if the field is dirty |
object old |
The old value |
object current |
The current value |
ISessionImplementor session |
The ISessionImplementor |
return bool |
|
object oldHydratedState |
|
object currentState |
|
Boolean[] checkable |
|
ISessionImplementor session |
Implementations should handle possibility of null values. This method might be called if the IType is known to be a single-column type.
return object |
The object mapped by this IType. |
IDataReader rs |
The IDataReader that contains the values |
string name |
The name of the column in the IDataReader that contains the value to populate the IType with. |
ISessionImplementor session |
|
object owner |
return object |
|
IDataReader rs |
|
String[] names |
|
ISessionImplementor session |
|
object owner |
Implementors should handle possibility of null values. A multi-column type should be written to parameters starting from .
IDbCommand st |
The IDbCommand to put the values into. |
object value |
The object that contains the values. |
int index |
The index of the IDbDataParameter to start writing the values to. |
ISessionImplementor session |
IDbCommand st |
|
object value |
|
int index |
|
Boolean[] settable |
|
ISessionImplementor session |
return object |
|
object original |
|
object target |
|
ISessionImplementor session |
|
object owner |
|
IDictionary copiedAlready |
This is the second phase of 2-phase property initialization.
return object |
The Entity or Collection referenced by this Identifier. |
object value |
An identifier or value returned by Hydrate() |
ISessionImplementor session |
The session |
object owner |
The parent Entity |
return object |
|
object value |
|
ISessionImplementor session |
|
object owner |
return string |
An Xml formatted string. |
object value |
The object that contains the values. |
ISessionFactoryImplementor factory |
Equals()
method.Docu.Documentation.Comments.Paragraph Docu.Documentation.Comments.Paragraph Docu.Documentation.Comments.Paragraph
return bool
|
return bool
|
This does not necessarily imply that the type actually represents an association.
return bool
|
return bool
|
If true, the implementation must be castable to IAbstractComponentType . A component type may own collections or associations and hence must provide certain extra functionality.
return bool
|
return bool
|
With respect to the referencing object... Entities and Collections are considered immutable because they manage their own internal state.
return bool
|
return string
|
NullSafeGet()
methods.This is used to establish the class of an array of this Itype
return Type
|