ComponentRegistry implementation that uses a HashMap to register and
reference target objects.RecordReader, for reading input files.RecordWriter, for writing records to temp files.DataTypes
annotation or implements the DataTypeSupport interface.ApplicationContext for RecordProcessor beans and attempts to
register them.ApplicationContext for RecordProcessor beans and attempts to
register them.Alias annotations applied to it.run method.ComponentRegistry for mapping input file data types to their appropriate
RecordProcessor beans.RecordProcessor as the primary handler of the specified data types.DataTypes annotation, or at runtime with the defined methods.QueryCriteria
based query.Model has an RepositoryOperations bean registered.RepositoryOperations beans that are associated with a
particular Model class.Model class field as being a foreign key identifier of another class.RecordProcessor implementation, which can be used to handle most file import jobs.ForeignKey annotations.Alias annotation and a Field reference and returns a single
QueryParameterDescriptor instance describing an acceptable query parameter.Aliases annotation and a Field reference and returns all of the
QueryParameterDescriptor instances associated with the embedded Alias
annotations.QueryParameterDescriptor instances for models related to the given
Model, inferred by the presence of ForeignKey annotations.Model class's available query parameters.Map of registered items.Model field as ignored when mapping query string parameters from HTTP requests
and when documenting web services.BasicImportOptions
for the containing data file or data set processing components.Model objects using Jackson.Model objects through
a JSON intermediary, using Jackson.ComponentRegistry implementation for tracking all instances of Model classes
in a given project.Repository and allows it to be referenced as the
primary interface for the provided Model instance.RepositoryOperations beans and associates them with their respective
Model classes.Model
classes, or classpath locations of model classes, that will be used to generate a ModelRegistry
instance that identifies and maps valid persisted models in the current context.Model classes have accessible type definitions.BufferedReader, which can be referenced via its
getter method.FileWriter for writing records to the file.RepositoryOperations implementations.Model
classes and mapping HTTP requests to QueryCriteria.Model entity from the input data source.RecordReader implementation that iterates through a collection if Model
records, rather than reading from a data source.Model records to a temporary file or
RepositoryOperations implementation.RecordWriter, that writes all records directly to the database
using a RepositoryOperations implementation.Map of keyword-object mappings.Model entity to the target destination.Model record to the target RepositoryOperations implementation,
using an update operation.Model record to the target RepositoryOperations implementation,
using the appropriate operation.Copyright © 2016. All rights reserved.