Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: NHIBERNATE

What is the problem with NHIBERNATE solves?

I have seen some jobs that require nhibernate knowledge, and a large number of problems on the stack. I found another problem, pointing to Summer Of NHibernate, and now I am watching the video. But

October 12, 2021By Simo Hibernate NHIBERNATE, problem, solve, whatLeave a Comment

NHibernate mapping system.type

When I map an entity with a System.Type type attribute, I know that NHibernate maps this to DbType.String, saves the assembly qualified name, and I can see that in the table, the type The column co

October 12, 2021By Simo Hibernate Mapping, NHIBERNATE, system, System.Type, typeLeave a Comment

NHibernate stateless session – What is the data alias?

NHibernate documents applicable to stateless session interface states, including:

Stateless sessions are vulnerable to < strong>data aliasing effects, due to the
lack of a first-level cache.

October 12, 2021By Simo Hibernate alias, data, Effect, NHIBERNATE, session, status, whatLeave a Comment

Why is NHIBERNATE delayed loading binding to session?

Using Castle ActiveRecord, I stumbled upon a problem during lazy loading.

The following works (obviously)

using (new SessionScope())
{
User singleUser = User.FindFirst(…)
User

October 12, 2021By Simo Hibernate binding, latency, loading, NHIBERNATE, session, whyLeave a Comment

NHibernate session (and stateless conversation) and long-running applications

In the context of Windows Web Services for running jobs, we try to reuse the NHibernate DAL we developed for Web applications.

For session management , We have two options, each of which has

October 12, 2021By Simo Hibernate application, long time, NHIBERNATE, operation, program, session, statusLeave a Comment

LINQ to NHIBERNATE – Did not implement method COS

In Linq to NHibernate, I am trying to return business users within a certain distance. This is what I have so far:

var query = from b in ActiveRecordLinq.AsQueryable()
where (3959 * Math.Aco

October 12, 2021By Simo Hibernate COS, Implementation, linq, method, NHIBERNATE, noLeave a Comment

How to add ID before using NHibernate

It seems that NH only gets MAX(ID) once, and then stores the value internally when inserting it for the first time, which will cause some problems when other processes insert data. Then I didn’t Ac

October 12, 2021By Simo Hibernate Any, Before, Do, how to make, ID, increase, INSERT, NHIBERNATELeave a Comment

Use NHibernate for ASP.NET MVC and user authentication

I am about to start a new application and am excited about using asp.net mvc and nhibernate. However, the biggest “problem” is how do I handle user authentication things. Those What is the way to u

October 12, 2021By Simo Hibernate ASP, ASP.NET, Identity, MVC, NHIBERNATE, user, Using, verificationLeave a Comment

Table Each subclass inheritance mapping by NHibernate mapping code

How to write the mapping in the new NHibernate Mapping-By-Code for each subclass strategy of this class:

public class Person
{
public virtual int Id {get; set; }
public virtual string Name

October 3, 2021By Simo Software Design code, each, inheritance, Mapping, NHIBERNATE, Subclass, tableLeave a Comment

Fluent-NHibernate – Using Fluent Nbernate

I am trying to create a discriminator column. This column will contain one of many available states. Just like my code, each state will display a name and a background color. Each The states share

August 22, 2021By Simo Hibernate Fluent, Identification, NHIBERNATE, UsedLeave a Comment

Posts navigation

Page 1 Page 2 Page 3 Page 4
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress