Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.databases > #157

Re: EJB/CMP entity bean q

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail
From "Alfred" <alfred@THRWHITE.remove-dii-this>
Subject Re: EJB/CMP entity bean q
Message-ID <4844c824_3@news.bluewin.ch> (permalink)
X-Comment-To comp.lang.java.databases
Newsgroups comp.lang.java.databases
In-Reply-To <Xns9AABE7861629FSH15SGybs1ysmajw54s5@194.100.2.89>
References <Xns9AABE7861629FSH15SGybs1ysmajw54s5@194.100.2.89>
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 28
Date Wed, 27 Apr 2011 15:22:04 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303917724 96.60.20.240 (Wed, 27 Apr 2011 10:22:04 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:22:04 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.databases:157

Show key headers only | View raw


  To: comp.lang.java.databases
Donkey Hot wrote:
> Lets have an entitybean, say UserBean
> 
> class UserBean extends EntityBean
> {
>     	Long id ;
>     	String name ;
>     	Integer height ;
>     	...
>     	// and the getters and setters
> }
> 
> 
> // and the Local and Remote interfaces... and a POJO with similar
> // properties..
> ...

An CMP Entity Bean does not have fields, but only
abstract getter/setter. Synchronization with DB
is a part of EJB Container.

Alfred

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.databases | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

EJB/CMP entity bean quest "Donkey Hot" <donkey.hot@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
  Re: EJB/CMP entity bean q "Alfred" <alfred@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000
    Re: EJB/CMP entity bean q "Donkey Hot" <donkey.hot@THRWHITE.remove-dii-this> - 2011-04-27 15:22 +0000

csiph-web