NHibernate Forge
The NHibernate community site.
Sign in
|
Join
|
Help
Home
Blog
Downloads
Wikis
Groups
Reference
Issue tracker
octubre 2008 - NHibernate blog
NHibernate blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Identity: The never ending story
Customizing Schema Export with schema-action
Entities behavior injection
NH with Multiple Assembly versions in GAC
Populating Entities With Associations From Stored Procedures With NHibernate
Populating Entities From Stored Procedures With NHibernate
NHibernate hbm2ddl
NHibernate SchemaValidator
Mapping Source: How map a class without use nothing
NHibernate.Burrow 1.0.1 GA is released!
Tags
BuildSessionFactory
Burrow
Castle
configuration
database
Entity-Name
GIS
HowTo
identity
introduction
lazy loading
mapping
MsSqlSpatial
News
NH2.1
NHibernate
NTS
OGC
OpenGIS
PostGis
proxy
query
Session
validation
value object
View more
Archives
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
,
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 >