public class NativeQuery.NativeIdQuery
extends java.lang.Object
| Constructor and Description |
|---|
NativeIdQuery() |
| Modifier and Type | Method and Description |
|---|---|
NativeQuery<T,K> |
equal(K key) |
NativeQuery<T,K> |
in(java.util.Collection<K> keys) |
NativeQuery<T,K> |
in(K... keys) |
public NativeQuery<T,K> in(java.util.Collection<K> keys)
public NativeQuery<T,K> in(K... keys)
public NativeQuery<T,K> equal(K key)