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,
SharedSessionContractImplementor session) |
EntityKey |
interpretEntityKey(SharedSessionContractImplementor session,
java.lang.String optionalEntityName,
java.io.Serializable optionalId,
java.lang.Object optionalObject) |
public static final ResultSetProcessorHelper INSTANCE
public static EntityKey getOptionalObjectKey(QueryParameters queryParameters, SharedSessionContractImplementor session)
public EntityKey interpretEntityKey(SharedSessionContractImplementor 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.