How to use GetSessionFactory method of NBi.Core.Injection.ServiceLocator class

Best NBi code snippet using NBi.Core.Injection.ServiceLocator.GetSessionFactory

ServiceLocatorTest.cs

Source:ServiceLocatorTest.cs Github

copy

Full Screen

...42 public object ExecuteScalar() => throw new NotImplementedException();43 }44 #endregion45 [Test]46 public void GetSessionFactory_Instance()47 {48 var locator = new ServiceLocator();49 var obj = locator.GetSessionFactory();50 Assert.That(obj, Is.Not.Null);51 Assert.IsInstanceOf<ClientProvider>(obj);52 }53 [Test]54 public void GetSessionFactory_Singleton()55 {56 var locator = new ServiceLocator();57 var obj1 = locator.GetSessionFactory();58 var obj2 = locator.GetSessionFactory();59 Assert.That(obj1, Is.EqualTo(obj2));60 }61 [Test]62 public void GetSessionFactory_CantAddTwiceTheSameFactory()63 {64 var locator = new ServiceLocator();65 var obj1 = locator.GetSessionFactory();66 var obj2 = locator.GetSessionFactory();67 obj1.RegisterFactories(new[] { typeof(FakeSessionFactory) });68 Assert.Throws<ArgumentException>(() => obj2.RegisterFactories(new[] { typeof(FakeSessionFactory) }));69 }70 [Test]71 public void GetCommandFactory_Instance()72 {73 var locator = new ServiceLocator();74 var obj = locator.GetCommandFactory();75 Assert.That(obj, Is.Not.Null);76 Assert.IsInstanceOf<CommandProvider>(obj);77 }78 [Test]79 public void GetCommandFactory_Singleton()80 {...

Full Screen

Full Screen

ExecutionEngineFactoryTest.cs

Source:ExecutionEngineFactoryTest.cs Github

copy

Full Screen

...101 public void Instantiate_FakeConnectionString_FakeExecutionEngine()102 {103 var localServiceLocator = new ServiceLocator();104 var query = Mock.Of<IQuery>(x => x.ConnectionString == "fake://MyConnectionString");105 var sessionFactory = localServiceLocator.GetSessionFactory();106 sessionFactory.RegisterFactories(new[] { typeof(FakeSessionFactory) });107 var commandFactory = localServiceLocator.GetCommandFactory();108 commandFactory.RegisterFactories(new[] { typeof(FakeCommandFactory) });109 var factory = new ExecutionEngineFactory(sessionFactory, commandFactory);110 factory.RegisterEngines(new[] { typeof(FakeExecutionEngine) });111 var engine = factory.Instantiate(query);112 Assert.IsInstanceOf<FakeExecutionEngine>(engine);113 }114 [Test]115 public void Instantiate_FakeConnectionStringExtensions_FakeExecutionEngine()116 {117 var localServiceLocator = new ServiceLocator();118 var setupConfig = localServiceLocator.GetConfiguration();119 var extensions = new Dictionary<Type, IDictionary<string, string>>...

Full Screen

Full Screen

ServiceLocator.cs

Source:ServiceLocator.cs Github

copy

Full Screen

...27 config = new ConfigurationModule();28 kernel = new StandardKernel(config, new QueryModule());29 kernel.Bind<ServiceLocator>().ToConstant(this).InSingletonScope();30 }31 public virtual ClientProvider GetSessionFactory()32 {33 return kernel.Get<ClientProvider>();34 }35 public virtual CommandProvider GetCommandFactory()36 {37 return kernel.Get<CommandProvider>();38 }39 public virtual ExecutionEngineFactory GetExecutionEngineFactory()40 {41 return kernel.Get<ExecutionEngineFactory>();42 }43 public virtual ResultSetResolverFactory GetResultSetResolverFactory()44 {45 return kernel.Get<ResultSetResolverFactory>();...

Full Screen

Full Screen

GetSessionFactory

Using AI Code Generation

copy

Full Screen

1using NBi.Core.Injection;2var sessionFactory = ServiceLocator.GetSessionFactory();3using NBi.Core.Injection;4var sessionFactory = ServiceLocator.GetSessionFactory();5using NBi.Core.Injection;6var sessionFactory = ServiceLocator.GetSessionFactory();7using NBi.Core.Injection;8var sessionFactory = ServiceLocator.GetSessionFactory();9using NBi.Core.Injection;10var sessionFactory = ServiceLocator.GetSessionFactory();11using NBi.Core.Injection;12var sessionFactory = ServiceLocator.GetSessionFactory();13using NBi.Core.Injection;14var sessionFactory = ServiceLocator.GetSessionFactory();15using NBi.Core.Injection;16var sessionFactory = ServiceLocator.GetSessionFactory();17using NBi.Core.Injection;18var sessionFactory = ServiceLocator.GetSessionFactory();19using NBi.Core.Injection;20var sessionFactory = ServiceLocator.GetSessionFactory();21using NBi.Core.Injection;22var sessionFactory = ServiceLocator.GetSessionFactory();23using NBi.Core.Injection;24var sessionFactory = ServiceLocator.GetSessionFactory();25using NBi.Core.Injection;26var sessionFactory = ServiceLocator.GetSessionFactory();

Full Screen

Full Screen

GetSessionFactory

Using AI Code Generation

copy

Full Screen

1using NBi.Core.Injection;2using NHibernate;3using System;4using System.Collections.Generic;5using System.Linq;6using System.Text;7using System.Threading.Tasks;8{9 {10 static void Main(string[] args)11 {12 var session = ServiceLocator.GetSessionFactory().OpenSession();13 Console.WriteLine("Session created");14 Console.ReadLine();15 }16 }17}18using NBi.Core.Injection;19using NHibernate;20using System;21using System.Collections.Generic;22using System.Linq;23using System.Text;24using System.Threading.Tasks;25{26 {27 static void Main(string[] args)28 {29 var session = ServiceLocator.GetSessionFactory().OpenSession();30 Console.WriteLine("Session created");31 Console.ReadLine();32 }33 }34}35using NBi.Core.Injection;36using NHibernate;37using System;38using System.Collections.Generic;39using System.Linq;40using System.Text;41using System.Threading.Tasks;42{43 {44 static void Main(string[] args)45 {46 var session = ServiceLocator.GetSessionFactory().OpenSession();47 Console.WriteLine("Session created");48 Console.ReadLine();49 }50 }51}52using NBi.Core.Injection;53using NHibernate;54using System;55using System.Collections.Generic;56using System.Linq;57using System.Text;58using System.Threading.Tasks;59{60 {61 static void Main(string[] args)62 {63 var session = ServiceLocator.GetSessionFactory().OpenSession();64 Console.WriteLine("Session created");65 Console.ReadLine();66 }67 }68}69using NBi.Core.Injection;70using NHibernate;71using System;72using System.Collections.Generic;73using System.Linq;74using System.Text;75using System.Threading.Tasks;76{77 {78 static void Main(string[] args)79 {80 var session = ServiceLocator.GetSessionFactory().OpenSession();81 Console.WriteLine("Session created");

Full Screen

Full Screen

GetSessionFactory

Using AI Code Generation

copy

Full Screen

1using System;2using System.Collections.Generic;3using System.Linq;4using System.Text;5using System.Threading.Tasks;6using NBi.Core.Injection;7using NHibernate;8using NHibernate.Cfg;9using NHibernate.Tool.hbm2ddl;10using System.Reflection;11using NHibernate.Mapping.ByCode;12using NHibernate.Cfg.MappingSchema;13using System.IO;14using NHibernate.Mapping.ByCode.Conformist;15{16 {17 static void Main(string[] args)18 {19 var config = new Configuration();20 config.DataBaseIntegration(db =>21 {22 db.ConnectionString = "Data Source=.;Initial Catalog=Northwind;Integrated Security=True";23 db.Dialect<NHibernate.Dialect.MsSql2008Dialect>();24 db.Driver<NHibernate.Driver.SqlClientDriver>();25 db.KeywordsAutoImport = Hbm2DDLKeyWords.AutoQuote;26 db.LogFormattedSql = true;27 db.LogSqlInConsole = true;28 });29 config.AddAssembly(Assembly.GetExecutingAssembly());30 var mapper = new ModelMapper();31 mapper.AddMapping<CustomersMap>();32 HbmMapping mapping = mapper.CompileMappingForAllExplicitlyAddedEntities();33 config.AddDeserializedMapping(mapping, "Customers");34 var sessionFactory = config.BuildSessionFactory();35 ServiceLocator.Register<ISessionFactory>(sessionFactory);36 var session = ServiceLocator.Get<ISessionFactory>().OpenSession();37 var customers = session.QueryOver<Customers>().List();38 foreach (var c in customers)39 {40 Console.WriteLine(c.ContactName);41 }42 Console.ReadLine();43 }44 }45 {46 public virtual string CustomerID { get; set; }47 public virtual string CompanyName { get; set; }48 public virtual string ContactName { get; set; }49 public virtual string ContactTitle { get; set; }50 public virtual string Address { get; set; }51 public virtual string City { get; set; }52 public virtual string Region { get; set; }53 public virtual string PostalCode { get; set; }54 public virtual string Country { get; set; }55 public virtual string Phone { get; set; }56 public virtual string Fax { get; set; }57 }58 {59 public CustomersMap()60 {61 Table("Customers");62 Id(x => x.CustomerID, m => m.Column("Customer

Full Screen

Full Screen

GetSessionFactory

Using AI Code Generation

copy

Full Screen

1using System;2using System.Collections.Generic;3using System.Linq;4using System.Text;5using System.Threading.Tasks;6using NHibernate;7using NHibernate.Cfg;8using NBi.Core.Injection;9{10 {11 static void Main(string[] args)12 {13 Configuration cfg = new Configuration();14 cfg.Configure();15 cfg.AddAssembly("NHibernateTest");16 ISessionFactory factory = ServiceLocator.GetSessionFactory();17 ISession session = factory.OpenSession();18 ITransaction tx = session.BeginTransaction();19 {20 Customer customer = new Customer();21 customer.Name = "John";22 session.Save(customer);23 Order order = new Order();24 order.Customer = customer;25 session.Save(order);26 Product product = new Product();27 product.Name = "Bread";28 session.Save(product);29 OrderLine orderLine = new OrderLine();30 orderLine.Order = order;31 orderLine.Product = product;32 orderLine.Quantity = 2;33 session.Save(orderLine);34 tx.Commit();35 Console.WriteLine("Data saved successfully.");36 }37 catch (Exception ex)38 {39 tx.Rollback();40 Console.WriteLine("Error while saving data: " + ex.Message);41 }42 {43 session.Close();44 }45 Console.ReadLine();46 }47 }48}49using System;50using System.Collections.Generic;51using System.Linq;52using System.Text;53using System.Threading.Tasks;54using NHibernate;55using NHibernate.Cfg;56using NBi.Core.Injection;57{58 {59 static void Main(string[] args)60 {61 ISessionFactory factory = ServiceLocator.GetSessionFactory();62 ISession session = factory.OpenSession();63 ITransaction tx = session.BeginTransaction();64 {65 Customer customer = new Customer();66 customer.Name = "John";67 session.Save(customer);68 Order order = new Order();69 order.Customer = customer;70 session.Save(order);

Full Screen

Full Screen

GetSessionFactory

Using AI Code Generation

copy

Full Screen

1using NHibernate;2using NHibernate.Cfg;3using System;4using System.Collections.Generic;5using System.Linq;6using System.Text;7using System.Threading.Tasks;8{9 {10 static void Main(string[] args)11 {12 var sessionFactory = NBi.Core.Injection.ServiceLocator.GetSessionFactory();13 using (ISession session = sessionFactory.OpenSession())14 {15 using (ITransaction transaction = session.BeginTransaction())16 {17 {18 };19 session.Save(customer);20 transaction.Commit();21 }22 }23 }24 }25}26using NHibernate;27using NHibernate.Cfg;28using System;29using System.Collections.Generic;30using System.Linq;31using System.Text;32using System.Threading.Tasks;33{34 {35 static void Main(string[] args)36 {37 using (ISession session = NBi.Core.Injection.ServiceLocator.GetSession())38 {39 using (ITransaction transaction = session.BeginTransaction())40 {41 {42 };43 session.Save(customer);44 transaction.Commit();45 }46 }47 }48 }49}50using NHibernate;51using NHibernate.Cfg;52using System;53using System.Collections.Generic;54using System.Linq;55using System.Text;56using System.Threading.Tasks;57{58 {59 static void Main(string[] args)60 {61 using (ITransaction transaction = NBi.Core.Injection.ServiceLocator.GetTransaction())62 {63 {64 };

Full Screen

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful