Interface ObjectFactory<T>

All Superinterfaces:
ObjectFactoryE<T,RuntimeException>
All Known Implementing Classes:
AutoObjectFactory, ObjectFactories.Object
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ObjectFactory<T> extends ObjectFactoryE<T,RuntimeException>
Creates instances of objects of the generics type from a result set.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates one object from the current values in the ResultSet.

    Methods inherited from interface com.aoapps.dbc.ObjectFactoryE

    isNullable