public final class RemoteQueryFactory extends BaseQueryFactory<Query>
| Constructor and Description |
|---|
RemoteQueryFactory(RemoteCacheImpl cache) |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder<Query> |
from(Class entityType)
Creates a QueryBuilder for the given entity type.
|
QueryBuilder<Query> |
from(String entityType)
Creates a QueryBuilder for the given entity type.
|
having, having, not, notpublic RemoteQueryFactory(RemoteCacheImpl cache)
public QueryBuilder<Query> from(Class entityType)
QueryFactoryentityType - the Class of the entitypublic QueryBuilder<Query> from(String entityType)
QueryFactoryentityType - fully qualified entity type nameCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.