To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

EJB QL or EJB-QL is a portable database query language for Enterprise Java Beans. It was used in Java EE applications. Compared to SQL, however, it is less complex but less powerful as well.[1]

YouTube Encyclopedic

  • 1/3
    Views:
    1 409
    9 212
    26 089
  • EJB 3 Testing
  • Desenvolvendo Relatórios Profissionais com iReport para Netbeans IDE #2
  • Desenvolvendo Relatórios Profissionais com iReport para Netbeans IDE #1

Transcription

History

The language has been inspired, especially EJB3-QL, by the native Hibernate Query Language.[2]

In EJB3 It has been mostly replaced by the Java Persistence Query Language.

Differences

EJB QL is a database query language similar to SQL. The used queries are somewhat different from relational SQL, as it uses a so-called "abstract schema" of the enterprise beans instead of the relational model. In other words, EJB QL queries do not use tables and their components, but enterprise beans, their persistent state, and their relationships. The result of an SQL query is a set of rows with a fixed number of columns. The result of an EJB QL query is either a single object, a collection of entity objects of a given type, or a collection of values retrieved from CMP fields. One has to understand the data model of enterprise beans in order to write effective queries.[3]

References

  1. ^ See the Introduction (p. 4) of »expert one-on-one: J2EE Design and Development«, (c) 2002 wrox press.
  2. ^ Chapter 7. EJB-QL: The Object Query Language
  3. ^ "ADVANCED EJB QL: SQL vs. EJB QL: Relational and Object Query Languages". Archived from the original on 2008-05-13.
This page was last edited on 15 November 2023, at 04:27
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.