The SingleTableSubclass type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Accept | (Inherited from Subclass.) |
![]() | AddFilter | (Inherited from PersistentClass.) |
![]() | AddJoin | (Inherited from Subclass.) |
![]() | AddProperty |
Add the Property to this PersistentClass.
(Inherited from Subclass.) |
![]() | AddSubclass |
Adds a Subclass to the class hierarchy.
(Inherited from PersistentClass.) |
![]() | AddSubclassJoin | (Inherited from Subclass.) |
![]() | AddSubclassProperty |
Adds a Property that is implemented by a subclass.
(Inherited from Subclass.) |
![]() | AddSubclassTable |
Adds a Table that a subclass is stored in.
(Inherited from Subclass.) |
![]() | AddSynchronizedTable | (Inherited from PersistentClass.) |
![]() | AddTuplizer | (Inherited from PersistentClass.) |
![]() | CheckColumnDuplication()()()() | (Inherited from PersistentClass.) |
![]() | CheckColumnDuplication(ISet<(Of <<'(String>)>>), IEnumerable<(Of <<'(ISelectable>)>>)) | (Inherited from PersistentClass.) |
![]() | CheckPropertyColumnDuplication | (Inherited from PersistentClass.) |
![]() | CreateForeignKey | (Inherited from Subclass.) |
![]() | CreatePrimaryKey |
Creates the PrimaryKey for the Table
this type is persisted in.
(Inherited from PersistentClass.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetJoinNumber | (Inherited from PersistentClass.) |
![]() | GetMetaAttribute | (Inherited from PersistentClass.) |
![]() | GetProperty | (Inherited from PersistentClass.) |
![]() | GetRecursiveProperty | (Inherited from PersistentClass.) |
![]() | GetReferencedProperty |
Given a property path, locate the appropriate referenceable property reference.
(Inherited from PersistentClass.) |
![]() | GetTuplizerImplClassName | (Inherited from Subclass.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasNaturalId | (Inherited from PersistentClass.) |
![]() | IsClassOrSuperclassJoin | (Inherited from Subclass.) |
![]() | IsClassOrSuperclassTable | (Inherited from Subclass.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PrepareTemporaryTables | (Inherited from PersistentClass.) |
![]() | SetCustomSQLDelete | (Inherited from PersistentClass.) |
![]() | SetCustomSQLInsert | (Inherited from PersistentClass.) |
![]() | SetCustomSQLUpdate | (Inherited from PersistentClass.) |
![]() | ToString | (Inherited from PersistentClass.) |
![]() | Validate | (Overrides PersistentClass..::..Validate(IMapping).) |
Extension Methods
Name | Description | |
---|---|---|
![]() | As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) |
![]() | IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsProxy | (Defined by NHibernateProxyHelper.) |
![]() | ToTypeParameters | (Defined by ReflectHelper.) |