These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Attributes ManyToOne
PostPosted: Thu Apr 10, 2008 10:33 am 
Newbie

Joined: Thu Nov 25, 2004 11:41 am
Posts: 9
[NHibernate.Mapping.Attributes.ManyToOne(0, ClassType = typeof(ApplicationEntities),
ForeignKey = "FK_EntityActionRights_ApplicationEntities",
Cascade = NHibernate.Mapping.Attributes.CascadeStyle.None,
NotNull = true,Lazy=NHibernate.Mapping.Attributes.Laziness.False)]
public virtual ApplicationEntities ApplicationEntity
{
get { return _applicationEntity; }
set
{
SoftExtensions.Set<ApplicationEntities>(this, "ApplicationEntity", ref _applicationEntity,
value, PropertyChanged); }
}


Why this ApplicationEntity Property Lazy, this is ManyToOne, i dont want it a Lazy..


Top
 Profile  
 
 Post subject: Re: Attributes ManyToOne
PostPosted: Thu Apr 10, 2008 10:55 am 
Newbie

Joined: Thu Nov 25, 2004 11:41 am
Posts: 9
kargenc wrote:
[NHibernate.Mapping.Attributes.ManyToOne(0, ClassType = typeof(ApplicationEntities),
ForeignKey = "FK_EntityActionRights_ApplicationEntities",
Cascade = NHibernate.Mapping.Attributes.CascadeStyle.None,
NotNull = true,Lazy=NHibernate.Mapping.Attributes.Laziness.False)]
public virtual ApplicationEntities ApplicationEntity
{
get { return _applicationEntity; }
set
{
SoftExtensions.Set<ApplicationEntities>(this, "ApplicationEntity", ref _applicationEntity,
value, PropertyChanged); }
}


Why this ApplicationEntity Property Lazy, this is ManyToOne, i dont want it a Lazy..

I found problem, sorry this message, this class must be decorate with lazy=false :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.