Package | Description |
---|---|
com.gpudb |
Modifier and Type | Class and Description |
---|---|
static class |
TypeObjectMap.ConvertingFieldHandler
A combined
TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a
specified field using reflection, converting the value to and from the
data type of a specified GPUdb column . |
static class |
TypeObjectMap.ConvertingMethodHandler
A combined
TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a
field via specified get and set methods using reflection, converting the
value to and from the data type of a specified GPUdb column . |
static class |
TypeObjectMap.FieldHandler
A combined
TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a
specified field using reflection. |
static class |
TypeObjectMap.MethodHandler
A combined
TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a
field via specified get and set methods using reflection. |
Constructor and Description |
---|
TypeObjectMap(Type type,
Class<T> objectClass,
TypeObjectMap.Factory<T> factory,
List<TypeObjectMap.Accessor> accessors,
List<TypeObjectMap.Mutator> mutators)
Creates a
TypeObjectMap for the specified Type and class. |
Copyright © 2020. All rights reserved.