java.lang.Object
com.aoapps.dbc.ObjectFactories.Object<T>
- All Implemented Interfaces:
ObjectFactory<T>
,ObjectFactoryE<T,
RuntimeException>
- Enclosing class:
ObjectFactories
@Deprecated(forRemoval=false)
public static class ObjectFactories.Object<T>
extends Object
implements ObjectFactory<T>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObject
(ResultSet result) Deprecated.Creates one object from the current values in the ResultSet.boolean
Deprecated.Gets if this object factory can returnnull
fromObjectFactoryE.createObject(java.sql.ResultSet)
.
-
Constructor Details
-
Object
Deprecated.- Throws:
SQLException
-
-
Method Details
-
createObject
Deprecated.Description copied from interface:ObjectFactory
Creates one object from the current values in the ResultSet.- Specified by:
createObject
in interfaceObjectFactory<T>
- Specified by:
createObject
in interfaceObjectFactoryE<T,
RuntimeException> - Throws:
SQLException
-
isNullable
public boolean isNullable()Deprecated.Gets if this object factory can returnnull
fromObjectFactoryE.createObject(java.sql.ResultSet)
.Note: This is used to enable the
Spliterator.NONNULL
on streams.- Specified by:
isNullable
in interfaceObjectFactoryE<T,
RuntimeException> - Returns:
false
-
Class::new
.