org.apache.openjpa.kernel
Class FetchConfigurationHintHandler
java.lang.Object
org.apache.openjpa.kernel.AbstractHintHandler
org.apache.openjpa.kernel.FetchConfigurationHintHandler
- All Implemented Interfaces:
- Serializable
public class FetchConfigurationHintHandler
- extends AbstractHintHandler
Fetch configuration hint handler. Handles openjpa.* and openjpa.jdbc.* hints.
- Since:
- 2.0.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hintsMap
protected static final Map<String,String> hintsMap
FetchConfigurationHintHandler
public FetchConfigurationHintHandler(FetchConfigurationImpl fConfig)
- Constructor; supply delegate.
setHintInternal
public boolean setHintInternal(String hintName,
Object value,
boolean validateThrowException)
- Specified by:
setHintInternal
in class AbstractHintHandler
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.