public class ResultSetProcessorHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ResultSetProcessorHelper |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
ResultSetProcessorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,int[]> |
buildNamedParameterLocMap(QueryParameters queryParameters,
NamedParameterContext namedParameterContext) |
static EntityKey |
getOptionalObjectKey(QueryParameters queryParameters,
SessionImplementor session) |
EntityKey |
interpretEntityKey(SessionImplementor session,
java.lang.String optionalEntityName,
java.io.Serializable optionalId,
java.lang.Object optionalObject) |
public static final ResultSetProcessorHelper INSTANCE
public static EntityKey getOptionalObjectKey(QueryParameters queryParameters, SessionImplementor session)
public EntityKey interpretEntityKey(SessionImplementor session, java.lang.String optionalEntityName, java.io.Serializable optionalId, java.lang.Object optionalObject)
public static java.util.Map<java.lang.String,int[]> buildNamedParameterLocMap(QueryParameters queryParameters, NamedParameterContext namedParameterContext)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.