The OneToOneType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OneToOneType |
Methods
Name | Description | |
---|---|---|
![]() | Assemble | (Overrides AbstractType..::.Assemble(Object, ISessionImplementor, Object).) |
![]() | DeepCopy | (Inherited from EntityType.) |
![]() | Disassemble | (Overrides AbstractType..::.Disassemble(Object, ISessionImplementor).) |
![]() | Equals | Overloaded. |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromString | (Inherited from EntityType.) |
![]() | GetAssociatedClass | (Inherited from EntityType.) |
![]() | GetAssociatedJoinable | (Inherited from EntityType.) |
![]() | GetColumnSpan | (Overrides AbstractType..::.GetColumnSpan(IMapping).) |
![]() | GetHashCode | Overloaded. |
![]() | GetIdentifier | (Inherited from EntityType.) |
![]() | GetIdentifierOrUniqueKeyPropertyName | (Inherited from EntityType.) |
![]() | GetIdentifierOrUniqueKeyType | (Inherited from EntityType.) |
![]() | GetIdentifierType | (Inherited from EntityType.) |
![]() | GetOnCondition | (Inherited from EntityType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Hydrate | (Overrides EntityType..::.Hydrate(IDataReader, array<String>[]()[], ISessionImplementor, Object).) |
![]() | IsDatabaseNull |
Determines whether the specified value is represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.
(Inherited from AbstractType.) |
![]() | IsDirty | Overloaded. |
![]() | IsModified |
Says whether the value has been modified
(Inherited from AbstractType.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NullSafeGet | Overloaded. |
![]() | NullSafeSet | Overloaded. |
![]() | Replace | (Inherited from EntityType.) |
![]() | ResolveIdentifier | Overloaded. |
![]() | SemiResolve | (Inherited from AbstractType.) |
![]() | SqlTypes | (Overrides AbstractType..::.SqlTypes(IMapping).) |
![]() | ToLoggableString | (Inherited from EntityType.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | uniqueKeyPropertyName | (Inherited from EntityType.) |
Properties
Name | Description | |
---|---|---|
![]() | AssociatedClass | (Inherited from EntityType.) |
![]() | ForeignKeyDirection | (Overrides EntityType..::.ForeignKeyDirection.) |
![]() | HasNiceEquals | (Inherited from EntityType.) |
![]() | IsAlwaysDirtyChecked |
We don't need to dirty check one-to-one because of how
assemble/disassemble is implemented and because a one-to-one
association is never dirty
(Overrides EntityType..::.IsAlwaysDirtyChecked.) |
![]() | IsAnyType |
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.) |
![]() | IsAssociationType | (Inherited from EntityType.) |
![]() | IsCollectionType |
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.) |
![]() | IsComponentType |
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.) |
![]() | IsEntityType | (Inherited from EntityType.) |
![]() | IsMutable | (Inherited from EntityType.) |
![]() | IsNullable | (Overrides EntityType..::.IsNullable.) |
![]() | IsOneToOne | (Overrides EntityType..::.IsOneToOne.) |
![]() | IsReferenceToPrimaryKey | (Inherited from EntityType.) |
![]() | IsUniqueKeyReference | (Inherited from EntityType.) |
![]() | LHSPropertyName | (Inherited from EntityType.) |
![]() | Name | (Inherited from EntityType.) |
![]() | ReturnedClass | (Inherited from EntityType.) |
![]() | RHSUniqueKeyPropertyName | (Inherited from EntityType.) |
![]() | UseLHSPrimaryKey | (Overrides EntityType..::.UseLHSPrimaryKey.) |