NHibernate Forge
The official new home for the NHibernate community
Sign in
|
Join
|
Help
Home
Blog
Downloads
Wikis
Groups
Reference
Issue tracker
NHibernate blog
»
All Tags
»
Entity-Name
(
RSS
)
Browse by Tags
NHibernate blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
entity-name in action: Entity Abstraction
entity-name in action: a strongly typed entity
Less than GoF is hbm
Tags
AOP
Burrow
caches
Castle
collections
configuration
HowTo
HQL
lazy loading
linq
mapping
News
NH2.1
NHibernate
NHibernate Documentation
proxy
ProxyGenerators
query
querying
Release
Session
validation
Validator
value object
WPF
View more
Archives
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)
auto propeties
backfield
Dynamic-Map
EntityMode
Inversion of Control
NH2.1
NHibernate
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 10 2008 7:53 p.m.
by
Fabio Maulo
Filed under:
NH2.1
,
Entity-Name
,
Inversion of Control
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 10 2008 10:18 a.m.
by
Fabio Maulo
Filed under:
NHibernate
,
NH2.1
,
Entity-Name
,
auto propeties
,
backfield
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 10 2008 2:30 p.m.
by
Fabio Maulo
Filed under:
NHibernate
,
Dynamic-Map
,
Entity-Name
,
EntityMode