Interface ValueAccessor.ObjectFactory<V>

Type Parameters:
V - the backing type
Enclosing interface:
ValueAccessor<V>

public static interface ValueAccessor.ObjectFactory<V>
Creates db objects using the given accessors value type. ObjectFactory instances are meant to be returned by the factory() method of a value accessor.