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 voidCommonConfiguration. registerTypeHandler(TypeHandlerPredicate predicate, TypeHandler4 typeHandler)Allows registering special TypeHandlers for customized marshalling and customized comparisons.voidConfiguration. 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 voidConfig4Impl. 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 voidCommonConfigurationImpl. 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 TypeHandlerPredicateTypeHandlerPredicatePair. _predicateConstructors 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 classSingleClassTypeHandlerPredicateallows installing a Typehandler for a single class.classSingleNamedClassTypeHandlerPredicateallows installing a Typehandler for a single classname.
-