Searched defs:Query (Results 1 - 3 of 3) 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.
/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java50 * Query.and(Query.eq(Query.attr("Enabled"), Query.value(true)),
51 * Query.eq(Query.attr("Owner"), Query.value("Duke")));
56 public class Query extends Object { class in inherits:Object
60 * A code representing the {@link Query#gt} query. This is chiefly
66 * A code representing the {@link Query#l
118 public Query() { method in class:Query
[all...]

Completed in 28 milliseconds