org.hibernate.ejb
Interface HibernateEntityManagerImplementor.Options
- Enclosing interface:
- HibernateEntityManagerImplementor
public static interface HibernateEntityManagerImplementor.Options
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 © 2013. All Rights Reserved.