C# Class NHibernate.Test.Hql.Ast.BulkManipulation

Inheritance: NHibernate.Test.Hql.Ast.BaseFixture
Show file Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method Description
InsertWithGeneratedId ( ) : void
OpenNewSession ( ) : ISession

Private Methods

Method Description
DeleteNonExistentEntity ( ) : void
DeleteOnDiscriminatorSubclass ( ) : void
DeleteOnJoinedSubclass ( ) : void
DeleteOnMappedJoin ( ) : void
DeleteRestrictedOnManyToOne ( ) : void
DeleteSyntaxWithCompositeId ( ) : void
DeleteUnionSubclassAbstractRoot ( ) : void
DeleteUnionSubclassConcreteSubclass ( ) : void
DeleteUnionSubclassLeafSubclass ( ) : void
DeleteWithSubquery ( ) : void
IncorrectSyntax ( ) : void
IncrementCounterVersion ( ) : void
IncrementTimestampVersion ( ) : void
InsertAcrossMappedJoinFails ( ) : void
InsertIntoSuperclassPropertiesFails ( ) : void
InsertWithGeneratedTimestampVersion ( ) : void
InsertWithGeneratedVersionAndId ( ) : void
InsertWithManyToOne ( ) : void
InsertWithMismatchedTypes ( ) : void
InsertWithSelectListUsingJoins ( ) : void
SimpleDeleteOnAnimal ( ) : void
SimpleInsert ( ) : void
UpdateMultiplePropertyOnAnimal ( ) : void
UpdateNonExistentEntity ( ) : void
UpdateOnAnimal ( ) : void
UpdateOnComponent ( ) : void
UpdateOnDiscriminatorSubclass ( ) : void
UpdateOnImplicitJoinFails ( ) : void
UpdateOnMammal ( ) : void
UpdateOnManyToOne ( ) : void
UpdateSetNullOnDiscriminatorSubclass ( ) : void
UpdateSetNullOnJoinedSubclass ( ) : void
UpdateSetNullUnionSubclass ( ) : void
UpdateWithWhereExistsSubquery ( ) : void
WrongPropertyNameThrowQueryException ( ) : void

Method Details

InsertWithGeneratedId() public method

public InsertWithGeneratedId ( ) : void
return void

OpenNewSession() public method

public OpenNewSession ( ) : ISession
return ISession