Searched defs:Query (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/base/
H A DQuery.java71 public interface Query extends AMXProxy, Utility, Singleton interface in inherits:AMXProxy,Utility,Singleton
/glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/
H A DQuery.java42 * Query.java
52 /** The Query interface allows applications to obtain persistent instances
55 * The @link PersistenceManager is the factory for Query instances. There
56 * may be many Query instances associated with a PersistenceManager. Multiple
61 * <P>There are three required elements in a Query:
72 public interface Query extends java.io.Serializable interface in inherits:java.io.Serializable
225 /** Get the PersistenceManager associated with this Query.
227 * <P>If this Query has no PersistenceManager return null.
228 * @return the PersistenceManager associated with this Query.

Completed in 48 milliseconds