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