Uses of Interface
com.db4o.typehandlers.TypeHandlerPredicate
-
Packages that use TypeHandlerPredicate Package Description com.db4o.config com.db4o.internal com.db4o.internal.config com.db4o.internal.handlers com.db4o.typehandlers -
-
Uses of TypeHandlerPredicate in com.db4o.config
Methods in com.db4o.config with parameters of type TypeHandlerPredicate Modifier and Type Method Description void
CommonConfiguration. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)
Allows registering special TypeHandlers for customized marshalling and customized comparisons.void
Configuration. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)
allows registering special TypeHandlers for customized marshalling and customized comparisons. -
Uses of TypeHandlerPredicate in com.db4o.internal
Methods in com.db4o.internal with parameters of type TypeHandlerPredicate Modifier and Type Method Description void
Config4Impl. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)
-
Uses of TypeHandlerPredicate in com.db4o.internal.config
Methods in com.db4o.internal.config with parameters of type TypeHandlerPredicate Modifier and Type Method Description void
CommonConfigurationImpl. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)
-
Uses of TypeHandlerPredicate in com.db4o.internal.handlers
Fields in com.db4o.internal.handlers declared as TypeHandlerPredicate Modifier and Type Field Description TypeHandlerPredicate
TypeHandlerPredicatePair. _predicate
Constructors in com.db4o.internal.handlers with parameters of type TypeHandlerPredicate Constructor Description TypeHandlerPredicatePair(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)
-
Uses of TypeHandlerPredicate in com.db4o.typehandlers
Classes in com.db4o.typehandlers that implement TypeHandlerPredicate Modifier and Type Class Description class
SingleClassTypeHandlerPredicate
allows installing a Typehandler for a single class.class
SingleNamedClassTypeHandlerPredicate
allows installing a Typehandler for a single classname.
-