org.apache.openjpa.conf
Class AutoDetachValue
java.lang.Object
   org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.Value
       org.apache.openjpa.lib.conf.StringListValue
org.apache.openjpa.lib.conf.StringListValue
           org.apache.openjpa.conf.AutoDetachValue
org.apache.openjpa.conf.AutoDetachValue
- All Implemented Interfaces: 
- Cloneable
-  class AutoDetachValue 
- extends StringListValue
Value type used to represent auto detach flags. Separate to
 optimize translation of Strings to bit flags.
- Author:
- Steve Kim
 
 
| Fields inherited from class org.apache.openjpa.lib.conf.Value | 
| INVISIBLE | 
 
 
 
 
| Methods inherited from class org.apache.openjpa.lib.conf.Value | 
| addEquivalentKey, addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, getString, hashCode, hide, isAliasListComprehensive, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, setString, toString, unalias, valueChanged | 
 
 
DETACH_CLOSE
public static final String DETACH_CLOSE
- See Also:
- Constant Field Values
DETACH_COMMIT
public static final String DETACH_COMMIT
- See Also:
- Constant Field Values
DETACH_ROLLBACK
public static final String DETACH_ROLLBACK
- See Also:
- Constant Field Values
DETACH_NONTXREAD
public static final String DETACH_NONTXREAD
- See Also:
- Constant Field Values
AutoDetachValue
public AutoDetachValue()
getValueType
public Class getValueType()
- Description copied from class: Value
- Returns the type of the property that this Value represents.
 
- 
- Overrides:
- getValueTypein class- StringListValue
 
- 
 
setConstant
public void setConstant(int flags)
- 
 
getConstant
public int getConstant()
- 
 
getAliasList
protected List<String> getAliasList()
- 
- Overrides:
- getAliasListin class- StringListValue
 
- 
 
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.