Re: Database Access

2013-05-07 Thread Mike Tutkowski
> 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

RE: Database Access

2013-05-07 Thread Vijayendra Bhamidipati
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

RE: Database Access

2013-05-06 Thread Soheil Eizadi
, 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

RE: Database Access

2013-05-06 Thread Soheil Eizadi
@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

RE: Database Access

2013-05-06 Thread Vijayendra Bhamidipati
[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

RE: Database Access

2013-05-06 Thread Vijayendra Bhamidipati
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

Re: Database Access

2013-05-06 Thread Chip Childers
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