NHibernate Forge
The NHibernate community site.
Sign in
|
Join
|
Help
Home
Blog
Downloads
Wikis
Groups
Reference
Issue tracker
NHibernate blog
NHibernate blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Mapping Source: How map a class without use nothing
NHibernate.Burrow 1.0.1 GA is released!
NH2.1.0: Bytecode providers
NHibernate.Burrow 1.0.0 GA is released!
entity-name in action: Entity Abstraction
Bulk Data Operations With NHibernate's Stateless Sessions
Batching NHibernate’s DML Statements
Exploring NHibernate Statistics, Part 1: Simple Data Fetching
NHibernate.Burrow 1.0.0 CR2 is released!
entity-name in action: a strongly typed entity
Tags
BuildSessionFactory
Burrow
Castle
collections
configuration
database
Entity-Name
GIS
HowTo
introduction
lazy loading
mapping
MsSqlSpatial
News
NH2.1
NHibernate
NTS
OGC
OpenGIS
PostGis
proxy
query
spatial
validation
value object
View more
Archives
noviembre 2008 (4)
octubre 2008 (16)
septiembre 2008 (22)
agosto 2008 (7)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Mapping Source: How map a class without use nothing
I don’t know how many times you heard a mad man talking about “mapping source” in NHibernate… Map a class in NH without use XML at all ? only a crazy man can say that . As usual an entity implementation: public class Animal {...
Published
dom, nov 16 2008 9:13 p.m.
by
Fabio Maulo
Filed under:
BuildSessionFactory
,
HowTo
,
NHibernate
,
Mapping source
NHibernate.Burrow 1.0.1 GA 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. This...
Published
vie, nov 14 2008 5:45 p.m.
by
kailuowang
Filed under:
release Burrow 2.0.1GA 1.0.1GA
NH2.1.0: Bytecode providers
This post is an update of “Reference to Castle removed” . In the trunk we had removed all dependency from any kind of “Proxy framework” trough various implementations of IProxyFactoryFactory . There is not a specific default Proxy...
Published
dom, nov 09 2008 12:04 p.m.
by
Fabio Maulo
NHibernate.Burrow 1.0.0 GA 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
sáb, nov 08 2008 3:10 p.m.
by
kailuowang
Filed under:
Burrow Release
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
1
2
3
4
5
Next >
...
Last »