• 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

what is abstract schema?

 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is abstract schema is like table structure?

Yamini
 
Ranch Hand
Posts: 393
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Searched on IBM site and it says

"Collections of entity beans are identified in EJB queries through use of their abstract schema name in the query FROM clause".

It means in EJB-QL we use Abstract schema names.For details i think you need to study EJB-QL Language(new Feature in EJB2.0)

For more details,read this

Regards,

James
[ September 01, 2004: Message edited by: james edwin ]
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It tells the container how to manage bean's persistence,including both persistent fields and persistent relationships.U can use this name in EJB QL

[ September 02, 2004: Message edited by: raghu vadranam ]
[ September 02, 2004: Message edited by: raghu vadranam ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic