NHibernate Forge
The official new home for the NHibernate for .NET community
Sign in
|
Join
|
Help
Home
Blog
Wikis
Groups
Reference
Issue tracker
Source Code
octubre 2008 - NHibernate blog
NHibernate blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Recent Posts
Dynamic LINQ to NHibernate
S#arp Lite: The Basics
NH Mapping by code VS the Untouchable DB
Automatic Mapping: Pluralize table names
Using NH3.2 mapping by code for Automatic Mapping
NHibernate 3 Beginners Guide published
Generate better NHibernate logs
Using <set /> in mappings without Iesi.Collections (.Net 4)
Effective NHibernate Session management for web apps
Integrating Adobe Flex Applications with NHibernate
Tags
AOP
ASP.NET MVC
caches
collections
configuration
fluent configuration
HowTo
HQL
identity
lazy loading
linq
mapping
News
NH2.1
NHibernate
NHibernate Documentation
proxy
query
querying
Release
Session
SQL Server 2008
validation
Validator
WPF
View more
Archives
noviembre 2011 (2)
septiembre 2011 (3)
agosto 2011 (1)
mayo 2011 (1)
marzo 2011 (3)
febrero 2011 (3)
enero 2011 (4)
diciembre 2010 (4)
noviembre 2010 (1)
octubre 2010 (3)
septiembre 2010 (1)
agosto 2010 (1)
julio 2010 (5)
junio 2010 (1)
mayo 2010 (3)
abril 2010 (2)
febrero 2010 (1)
diciembre 2009 (4)
noviembre 2009 (5)
octubre 2009 (4)
septiembre 2009 (3)
agosto 2009 (13)
julio 2009 (8)
junio 2009 (10)
mayo 2009 (12)
abril 2009 (24)
marzo 2009 (11)
febrero 2009 (12)
enero 2009 (3)
diciembre 2008 (3)
noviembre 2008 (9)
octubre 2008 (16)
septiembre 2008 (22)
agosto 2008 (7)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
entity-name in action: Entity Abstraction
Another time I start from : “Program to an interface and not to an implementation” I want have the same approach, I’m using for DAOs, Models, Presenters, Validation, and so on, for my domain. The domain: public interface IEntity <TIdentity>...
Published
vie, oct 31 2008 7:53 p.m.
by
Fabio Maulo
Filed under:
NH2.1
,
Entity-Name
,
Inversion of Control
Bulk Data Operations With NHibernate's Stateless Sessions
Note: this was originally posted on my own blog In my previous post , i showed how you can configure NHibernate to batch create/update/delete statements and what kind of performance benefits you can get from it. In this post, we're going to take this...
Published
jue, oct 30 2008 9:28 p.m.
by
Davy Brion
Filed under:
bulk
,
Stateless
,
Session
Batching NHibernate’s DML Statements
Note: this was originally posted on my own blog An oft-forgotten feature of NHibernate is that of batching DML statements. If you need to create, update or delete a bunch of objects you can get NHibernate to send those statements in batches instead of...
Published
lun, oct 27 2008 4:23 p.m.
by
Davy Brion
Filed under:
batch
,
DML
Exploring NHibernate Statistics, Part 1: Simple Data Fetching
Note: this was originally posted on my own blog One of the new features that NHibernate 2.0 introduced is NHibernate Statistics. This feature can be pretty useful during development (or while debugging) to keep an eye on what NHibernate is doing. Not...
Published
dom, oct 26 2008 7:52 p.m.
by
Davy Brion
Filed under:
statistics
NHibernate.Burrow 1.0.0 CR2 is released!
NHibernate.Burrow is a light weight middleware developed to support .Net applications using NHibernate (maybe also referred as NH in this article) as ORM framework by providing advanced and smart session/transaction management and other facilitates. Documentation...
Published
mar, oct 21 2008 2:28 p.m.
by
kailuowang
Filed under:
Burrow
,
Session
,
Release
entity-name in action: a strongly typed entity
( my blog ) The entity-name is another powerful feature of NH2.1. Part of the implementation was introduced in NH2.0 but it was not fully implemented even if it are working "under the cover" (if you read the SVN-log you saw “one more step...
Published
mar, oct 21 2008 10:18 a.m.
by
Fabio Maulo
Filed under:
NHibernate
,
NH2.1
,
Entity-Name
,
auto propeties
,
backfield
How Test your mappings: the Ghostbuster
In NHibernate, when you have the FlushMode configured to AutoFlush , session.Flush() is called when NH detects a dirty entity instance and when a query with an intersected QuerySpace is performed. (The QuerySpace is represented by all tables affected...
Published
lun, oct 20 2008 3:48 p.m.
by
Fabio Maulo
Filed under:
mapping
,
NHibernate
,
Tests
Less than GoF is hbm
In Less than “Few” is GoF I show how have a single implementation for the whole domain entities using Tuplizers . In this post I will show another NH2.1 feature : EntityMode .Map Suppose you want prototype the persistence of your application;...
Published
jue, oct 16 2008 2:30 p.m.
by
Fabio Maulo
Filed under:
NHibernate
,
Dynamic-Map
,
Entity-Name
,
EntityMode
1
2
Next >