org.hibernate.ejb
Interface HibernateEntityManagerImplementor.Options
- Enclosing interface:
- HibernateEntityManagerImplementor
public static interface HibernateEntityManagerImplementor.Options
getValueHandlers
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
Map<String,Class> getNamedParameterExplicitTypes()
- Get the explicit parameter types. Generally speaking these would apply to implicit named
parameters.
- Returns:
- The
getResultMetadataValidator
HibernateEntityManagerImplementor.Options.ResultMetadataValidator getResultMetadataValidator()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.