org.hibernate.ejb
Interface HibernateEntityManagerImplementor.Options

Enclosing interface:
HibernateEntityManagerImplementor

public static interface HibernateEntityManagerImplementor.Options


Nested Class Summary
static interface HibernateEntityManagerImplementor.Options.ResultMetadataValidator
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Class> getNamedParameterExplicitTypes()
          Get the explicit parameter types.
 HibernateEntityManagerImplementor.Options.ResultMetadataValidator getResultMetadataValidator()
           
 java.util.List<ValueHandlerFactory.ValueHandler> getValueHandlers()
          Get the conversions for the individual tuples in the query results.
 

Method Detail

getValueHandlers

java.util.List<ValueHandlerFactory.ValueHandler> getValueHandlers()
Get the conversions for the individual tuples in the query results.

Returns:
Value conversions to be applied to the JPA QL results

getNamedParameterExplicitTypes

java.util.Map<java.lang.String,java.lang.Class> getNamedParameterExplicitTypes()
Get the explicit parameter types. Generally speaking these would apply to implicit named parameters.

Returns:
The

getResultMetadataValidator

HibernateEntityManagerImplementor.Options.ResultMetadataValidator getResultMetadataValidator()


Copyright © 2011. All Rights Reserved.