9.1. Query API
A query in Java Persistence is a full-blown Java interface that you obtain at runtime from the entity manager:
package javax.persistence;
public interface Query {
public List getResultList( );
public Obje...
9.2. EJB QL
Now that you have a basic understanding of how to work with Query objects, you can learn what features are available to you for creating your own EJB QL queries. EJB QL is expressed in terms of the abstract persistence schema of an ent...
9.3. Native Queries
EJB QL is a very rich syntax and should meet most of your querying needs. Sometimes, though, you want to take advantage of certain proprietary capabilities that are available only on a specific vendor's database.
The entity ma...
AJAX popular information C# language guides Windows books and cookbooks
.......
С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.