NHibernate Forge
The NHibernate community site.
Sign in
|
Join
|
Help
Home
Blog
Downloads
Wikis
Groups
Reference
Issue tracker
Blogs
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
Blogs
RSS Syndication
Opml
Blogs on this Site
Sort By:
Most Recent
|
Most Viewed
|
Most Commented
Identity: The never ending story
How many times you heard us saying “don’t use identity POID generator!” ? To understand it better you must move your mind to an application, or a use-case , where the pattern open-session-in-view (aka session-per-request) is not applicable...
Posted to
NHibernate blog
by
Fabio Maulo
on 12-21-2008
Filed under:
identity
,
NHibernate
,
Session
,
Unit of Work
Customizing Schema Export with schema-action
Mapping views with NHibernate just got a whole lot easier. Previous to revisions committed to the trunk today (Dec 15, 2008) there was no good way to exclude certain files from being exported with a schema export. Now a new attribute has been added to...
Posted to
NHibernate blog
by
Woil
on 12-15-2008
Filed under:
views
,
export
,
schema action
Entities behavior injection
If you are working with NH you know that NH likes POCOs and you must have a default constructor without parameters. Starting from today that is the past. The domain The implementation of Invoice is: public class Invoice : IInvoice { private readonly IInvoiceTotalCalculator...
Posted to
NHibernate blog
by
Fabio Maulo
on 12-12-2008
Filed under:
NHibernate
,
IoC
NH with Multiple Assembly versions in GAC
I know that the title have something strange because NH don’t have nothing to do with GAC, but in NH-JIRA we have an issue with this title: “NHibernate does not support multiple versions of the same assembly for entity mapping” Perhaps...
Posted to
NHibernate blog
by
Fabio Maulo
on 11-27-2008
Filed under:
NHibernate
,
GAC
Populating Entities With Associations From Stored Procedures With NHibernate
Note: this was originally posted on my own blog . In response to my last post where i showed how you could fill entities with the resultset of a stored procedure , i was asked if it was also possible to fill entities and their associations if the stored...
Posted to
NHibernate blog
by
Davy Brion
on 11-23-2008
Populating Entities From Stored Procedures With NHibernate
Note: this was orginally posted on my own blog . A short while ago we needed to fetch the data for some entities through a stored procedure for performance reasons. We already use NHibernate in the typical way to fetch and modify the data of this entity...
Posted to
NHibernate blog
by
Davy Brion
on 11-23-2008
NHibernate hbm2ddl
NHibernate has a number of configuration options: Enabling statistics, Caching etc. You can check more from here I will now talk about an unknown feature(well, at least I didn’t know until I implement SchemaValidator): hbm2ddl.auto Hbm2ddl.auto...
Posted to
NHibernate blog
by
tehlike
on 11-22-2008
NHibernate SchemaValidator
This post was originally posted here NHibernate provides a number of tools for developers to manage their database. I prefer mapping driven approach in which I let NHibernate generate the schema for database for me. By that way, I only concentrate on...
Posted to
NHibernate blog
by
tehlike
on 11-22-2008
1
2
3
4
5
Next >
...
Last »