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


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

Re: EJB/CMP entity bean q

From "Alfred" <alfred@THRWHITE.remove-dii-this>
Subject Re: EJB/CMP entity bean q
Message-ID <4844c824_3@news.bluewin.ch> (permalink)
Newsgroups comp.lang.java.databases
References <Xns9AABE7861629FSH15SGybs1ysmajw54s5@194.100.2.89>
Date 2011-04-27 15:22 +0000
Organization TDS.net

Show all headers | 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