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

Re: Database Access

2013-05-07 Thread Mike Tutkowski
[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 time I will create a page for this in the Wiki and copy this information there. -Soheil

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

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

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 for more details