Uses of Class
com.db4o.foundation.TernaryBool
-
Packages that use TernaryBool Package Description com.db4o.config com.db4o.foundation com.db4o.internal com.db4o.reflect.core -
-
Uses of TernaryBool in com.db4o.config
Methods in com.db4o.config with parameters of type TernaryBool Modifier and Type Method Description boolean
ConfigScope. applyConfig(TernaryBool defaultValue)
Checks if the current configuration scope is globally enabled or disabled. -
Uses of TernaryBool in com.db4o.foundation
Fields in com.db4o.foundation declared as TernaryBool Modifier and Type Field Description static TernaryBool
TernaryBool. NO
static TernaryBool
TernaryBool. UNSPECIFIED
static TernaryBool
TernaryBool. YES
Methods in com.db4o.foundation that return TernaryBool Modifier and Type Method Description static TernaryBool
TernaryBool. forBoolean(boolean value)
TernaryBool
KeySpecHashtable4. getAsTernaryBool(KeySpec spec)
-
Uses of TernaryBool in com.db4o.internal
Methods in com.db4o.internal that return TernaryBool Modifier and Type Method Description TernaryBool
Config4Class. callConstructor()
TernaryBool
Config4Impl. callConstructors()
TernaryBool
Config4Abstract. cascadeOnActivate()
TernaryBool
Config4Abstract. cascadeOnDelete()
TernaryBool
ClassMetadata. cascadeOnDeleteTernary()
TernaryBool
Config4Abstract. cascadeOnUpdate()
TernaryBool
Config4Impl. generateCommitTimestamps()
-
Uses of TernaryBool in com.db4o.reflect.core
Methods in com.db4o.reflect.core that return TernaryBool Modifier and Type Method Description TernaryBool
ReflectConstructorSpec. canBeInstantiated()
returns true if an instance can be instantiated with the constructor, otherwise false.
-