> From: Soheil Eizadi [seiz...@infoblox.com]
> Sent: Monday, May 06, 2013 10:00 PM
> To: dev@cloudstack.apache.org
> Subject: RE: Database Access
>
> Hi Vijay,
> Thanks for detail on the Database access. If you are OK with it, when I
> have t
Hi Soheil,
Sure! :)
Cheers!
Regards,
Vijay
From: Soheil Eizadi [seiz...@infoblox.com]
Sent: Monday, May 06, 2013 10:00 PM
To: dev@cloudstack.apache.org
Subject: RE: Database Access
Hi Vijay,
Thanks for detail on the Database access. If you are OK with it
, May 06, 2013 7:02 PM
To: dev@cloudstack.apache.org
Subject: RE: Database Access
Hi Soheil,
Cloudstack internally uses cglib and ehcache to create and cache POJO (plain
old java object) proxy objects in the db schema. The DAO layer has been written
such that most routines that you will ever need to
@cloudstack.apache.org
Subject: Re: Database Access
On Tue, May 07, 2013 at 12:00:35AM +, Soheil Eizadi wrote:
> I am trying to understand the details of DAO model in order implement it for
> our Network Element.
>
> There is a reference to documentation "See Database Access
[mailto:vijayendra.bhamidip...@citrix.com]
Sent: Monday, May 06, 2013 7:03 PM
To: dev@cloudstack.apache.org
Subject: RE: Database Access
Hi Soheil,
Cloudstack internally uses cglib and ehcache to create and cache POJO (plain
old java object) proxy objects in the db schema. The DAO layer has been written
such that
Hi Soheil,
Cloudstack internally uses cglib and ehcache to create and cache POJO (plain
old java object) proxy objects in the db schema. The DAO layer has been written
such that most routines that you will ever need to work with the POJOs, read a
record from the db, or a list of records from th
On Tue, May 07, 2013 at 12:00:35AM +, Soheil Eizadi wrote:
> I am trying to understand the details of DAO model in order implement it for
> our Network Element.
>
> There is a reference to documentation "See Database Access for more details."
> But no link :(
> https://cwiki.apache.org/CLOUD