Uses of Class
org.apache.openejb.jee.jpa.QueryHint
-
Packages that use QueryHint Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of QueryHint in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa with type parameters of type QueryHint Modifier and Type Field Description protected List<QueryHint>NamedNativeQuery. hintprotected List<QueryHint>NamedQuery. hintMethods in org.apache.openejb.jee.jpa that return QueryHint Modifier and Type Method Description QueryHintObjectFactory. createQueryHint()Create an instance ofQueryHintMethods in org.apache.openejb.jee.jpa that return types with arguments of type QueryHint Modifier and Type Method Description List<QueryHint>NamedNativeQuery. getHint()Gets the value of the hint property.List<QueryHint>NamedQuery. getHint()Gets the value of the hint property.
-