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 © 2017 JBoss by Red Hat. All rights reserved.