Hi Jose
This is probably really late to reply, but looks like it's been implemented
on the individual Classes.

Here's an example below:

            var autoMapper = AutoPersistenceModel
                .MapEntitiesFromAssemblyOf<ExampleClass>()
                .ForTypesThatDeriveFrom<ExampleClass>(q =>
q.Cache.AsReadOnly());

Cheers

Andy

On Fri, Jun 19, 2009 at 8:06 PM, Andrew Stewart <
andrew.stew...@i-nnovate.net> wrote:

> Hi Jose
> This is probably really late to reply, but looks like it's been implemented
> on the individual Classes.
>
> Here's an example below:
>
>             var autoMapper = AutoPersistenceModel
>                 .MapEntitiesFromAssemblyOf<ExampleClass>()
>                 .ForTypesThatDeriveFrom<ExampleClass>(q =>
> q.Cache.AsReadOnly());
>
>
> Andy
>
>
> On Tue, Jun 9, 2009 at 7:12 PM, Jose Selesan <jsele...@gmail.com> wrote:
>
>> Hi!, Does anybody know how to map the caching attribute per class using
>> AutoMap?
>>
>> thanks
>>
>> >>
>>
>
>
> --
> =================
> I-nnovate Software - Bespoke Software Development, uk wirral.
> http://www.i-nnovate.net
>
> Easy Project Managment Online
> http://www.task-mate.com
>
>
>


-- 
=================
I-nnovate Software - Bespoke Software Development, uk wirral.
http://www.i-nnovate.net

Easy Project Managment Online
http://www.task-mate.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to