org.apache.openjpa.kernel
Class FetchConfigurationHintHandler

java.lang.Object
  extended by org.apache.openjpa.kernel.AbstractHintHandler
      extended by 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

Field Summary
protected static Map<String,String> hintsMap
           
 
Fields inherited from class org.apache.openjpa.kernel.AbstractHintHandler
_fConfig, BLANK, DOT, PREFIX_JDBC, PREFIX_OPENJPA
 
Constructor Summary
FetchConfigurationHintHandler(FetchConfigurationImpl fConfig)
          Constructor; supply delegate.
 
Method Summary
 boolean setHintInternal(String hintName, Object value, boolean validateThrowException)
           
 
Methods inherited from class org.apache.openjpa.kernel.AbstractHintHandler
getPrefixOf, getSuffixOf, handleException, hasPrecedent, hintToKey, hintToSetter, setHint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hintsMap

protected static final Map<String,String> hintsMap
Constructor Detail

FetchConfigurationHintHandler

public FetchConfigurationHintHandler(FetchConfigurationImpl fConfig)
Constructor; supply delegate.

Method Detail

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.