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 booleanConfigScope. 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 TernaryBoolTernaryBool. NOstatic TernaryBoolTernaryBool. UNSPECIFIEDstatic TernaryBoolTernaryBool. YESMethods in com.db4o.foundation that return TernaryBool Modifier and Type Method Description static TernaryBoolTernaryBool. forBoolean(boolean value)TernaryBoolKeySpecHashtable4. getAsTernaryBool(KeySpec spec) -
Uses of TernaryBool in com.db4o.internal
Methods in com.db4o.internal that return TernaryBool Modifier and Type Method Description TernaryBoolConfig4Class. callConstructor()TernaryBoolConfig4Impl. callConstructors()TernaryBoolConfig4Abstract. cascadeOnActivate()TernaryBoolConfig4Abstract. cascadeOnDelete()TernaryBoolClassMetadata. cascadeOnDeleteTernary()TernaryBoolConfig4Abstract. cascadeOnUpdate()TernaryBoolConfig4Impl. generateCommitTimestamps() -
Uses of TernaryBool in com.db4o.reflect.core
Methods in com.db4o.reflect.core that return TernaryBool Modifier and Type Method Description TernaryBoolReflectConstructorSpec. canBeInstantiated()returns true if an instance can be instantiated with the constructor, otherwise false.
-