Uses of Class
decaf.Ignore
-
-
Uses of Ignore in com.db4o
Methods in com.db4o with annotations of type Ignore Modifier and Type Method Description <TargetType>
ObjectSet<TargetType>ObjectContainer. query(Predicate<TargetType> predicate, java.util.Comparator<TargetType> comparator)
Native Query Interface. -
Uses of Ignore in com.db4o.collections
Classes in com.db4o.collections with annotations of type Ignore Modifier and Type Class Description class
AbstractList4<E>
class
ArrayList4<E>
Transparent activatable ArrayList implementation.class
ArrayMap4<K,V>
Transparent activatable Map implementation.class
CollectionFactory
Collection factory with methods to create collections with behaviour that is optimized for db4o.
Example usage:
CollectionFactory.forObjectContainer(objectContainer).newBigSet();
class
MapEntry4<K,V>
class
SubArrayList4<E>
Methods in com.db4o.collections with annotations of type Ignore Modifier and Type Method Description java.util.Iterator<E>
ActivatableLinkedList. descendingIterator()
E
ActivatableLinkedList. element()
E
ActivatableLinkedList. getFirst()
E
ActivatableLinkedList. getLast()
boolean
ActivatableLinkedList. offer(E e)
boolean
ActivatableLinkedList. offerFirst(E e)
boolean
ActivatableLinkedList. offerLast(E e)
E
ActivatableLinkedList. peek()
E
ActivatableLinkedList. peekFirst()
E
ActivatableLinkedList. peekLast()
E
ActivatableLinkedList. poll()
E
ActivatableLinkedList. pollFirst()
E
ActivatableLinkedList. pollLast()
E
ActivatableLinkedList. pop()
void
ActivatableLinkedList. push(E element)
E
ActivatableLinkedList. remove()
E
ActivatableLinkedList. removeFirst()
boolean
ActivatableLinkedList. removeFirstOccurrence(java.lang.Object element)
E
ActivatableLinkedList. removeLast()
boolean
ActivatableLinkedList. removeLastOccurrence(java.lang.Object element)
boolean
ActivatableLinkedList. retainAll(java.util.Collection<?> c)
-
Uses of Ignore in com.db4o.config
Classes in com.db4o.config with annotations of type Ignore Modifier and Type Class Description class
TCollection
class
TMap
class
TTreeMap
class
TTreeSet
-
Uses of Ignore in com.db4o.config.annotations.reflect
Classes in com.db4o.config.annotations.reflect with annotations of type Ignore Modifier and Type Class Description class
CalledConstructorConfigurator
class
CalledConstructorFactory
class
ClassConfigurator
class
ConfigurationIntrospector
sets db4o configurations accordingly annotationsclass
Db4oConfigurator
interface
Db4oConfiguratorFactory
class
FieldConfigurator
class
GeneratedUUIDsConfigurator
class
GeneratedUUIDsFactory
class
IndexedConfigurator
class
IndexedFactory
class
MaximumActivationDepthConfigurator
class
MaximumActivationDepthFactory
class
MinimumActivationDepthConfigurator
class
MinimumActivationDepthFactory
class
NoArgsClassConfiguratorFactory
class
NoArgsFieldConfiguratorFactory
class
PersistedStaticFieldValuesConfigurator
class
PersistedStaticFieldValuesFactory
class
StoredTransientFieldsConfigurator
class
StoredTransientFieldsFactory
class
UpdatedDepthConfigurator
class
UpdatedDepthFactory
-
Uses of Ignore in com.db4o.foundation
Classes in com.db4o.foundation with annotations of type Ignore Modifier and Type Class Description class
CollectionIterableBase
interface
IterableBase
class
IterableBaseFactory
interface
IterableBaseWrapper
class
Iterator4JdkIterator
class
JdkCollectionIterable4
class
ReflectionIterableBase
Methods in com.db4o.foundation with annotations of type Ignore Modifier and Type Method Description static <T> Iterator4
Iterators. iterator(java.util.Collection<T> c)
Constructors in com.db4o.foundation with annotations of type Ignore Constructor Description Collection4(int initialLength)
For jdk11 compatibility only. -
Uses of Ignore in com.db4o.internal
Classes in com.db4o.internal with annotations of type Ignore Modifier and Type Class Description class
TypeHandlerConfigurationJDK_1_2
Methods in com.db4o.internal with annotations of type Ignore Modifier and Type Method Description ObjectSet
ObjectContainerBase. query(Predicate predicate, java.util.Comparator comparator)
ObjectSet
ObjectContainerSession. query(Predicate predicate, java.util.Comparator comparator)
-
Uses of Ignore in com.db4o.internal.collections
Classes in com.db4o.internal.collections with annotations of type Ignore Modifier and Type Class Description class
BigSet<E>
class
BigSetTypeHandler
-
Uses of Ignore in com.db4o.internal.handlers.net
Classes in com.db4o.internal.handlers.net with annotations of type Ignore Modifier and Type Class Description class
NetDateTime
class
NetDecimal
.NET decimal layout is (bytewise) |M3|M2|M1|M0|M7|M6|M5|M4|M11|M10|M9|M8|S[7]|E[4-0]|X|X| (M=mantissa, E=exponent(negative powers of 10), S=sign, X=unused/unknown)class
NetSByte
class
NetSimpleTypeHandler
class
NetUInt
class
NetULong
class
NetUShort
-
Uses of Ignore in com.db4o.internal.query
Methods in com.db4o.internal.query with annotations of type Ignore Modifier and Type Method Description boolean
ObjectSetFacade. contains(java.lang.Object obj)
int
ObjectSetFacade. indexOf(java.lang.Object obj)
int
ObjectSetFacade. lastIndexOf(java.lang.Object obj)
void
ObjectSetFacade. remove()
-
Uses of Ignore in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor with annotations of type Ignore Modifier and Type Method Description Query
QQuery. sortBy(java.util.Comparator comparator)
-
Uses of Ignore in com.db4o.query
Classes in com.db4o.query with annotations of type Ignore Modifier and Type Class Description class
JdkComparatorWrapper
Methods in com.db4o.query with annotations of type Ignore Modifier and Type Method Description abstract boolean
Predicate. match(ExtentType candidate)
The match method that needs to be implemented by the user.Query
Query. sortBy(java.util.Comparator comparator)
Sort the resulting ObjectSet by the given comparator. -
Uses of Ignore in com.db4o.typehandlers
Classes in com.db4o.typehandlers with annotations of type Ignore Modifier and Type Class Description class
CollectionTypeHandler
TypeHandler for Collections.class
MapTypeHandler
Typehandler for classes that implement java.util.Map. -
Uses of Ignore in com.db4o.typehandlers.internal
Classes in com.db4o.typehandlers.internal with annotations of type Ignore Modifier and Type Class Description class
TreeSetTypeHandler
class
UnmodifiableListTypeHandler
-