• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJBQL

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1.Does The bean provider must always define a query for each finder method in the deployment descriptor.

2. An attempt to remove a session object while the object is in a transaction will cause the container to throw the IllegalStateException to the client. (true/false)

can any one come up with the answers for these questions

thanks in advance
srinija

SCJP 1.4,SCWCD 1.4
 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. The bean provider is responsible for defining a query for each finder method EXCEPT findByPrimaryKey method.

2. The answer is false. In this case the container will throw RemoveException.

Vaithiya
 
reply
    Bookmark Topic Watch Topic
  • New Topic