Uses of Class
de.bytefish.jsqlserverbulkinsert.mapping.AbstractMapping
-
Packages that use AbstractMapping Package Description de.bytefish.jsqlserverbulkinsert de.bytefish.jsqlserverbulkinsert.extensions de.bytefish.jsqlserverbulkinsert.util -
-
Uses of AbstractMapping in de.bytefish.jsqlserverbulkinsert
Constructors in de.bytefish.jsqlserverbulkinsert with parameters of type AbstractMapping Constructor Description SqlServerBulkInsert(AbstractMapping<TEntity> mapping) -
Uses of AbstractMapping in de.bytefish.jsqlserverbulkinsert.extensions
Methods in de.bytefish.jsqlserverbulkinsert.extensions with parameters of type AbstractMapping Modifier and Type Method Description static <TEntity> voidDateTimeExtensions. mapUTCNano(AbstractMapping<TEntity> mapping, String dateColumnName, String timeColumnName, Function<TEntity,Long> propertyGetter)static <TEntity> voidDateTimeExtensions. mapUTCNano(AbstractMapping<TEntity> mapping, String columnName, Function<TEntity,Long> propertyGetter) -
Uses of AbstractMapping in de.bytefish.jsqlserverbulkinsert.util
Methods in de.bytefish.jsqlserverbulkinsert.util with parameters of type AbstractMapping Modifier and Type Method Description static <TEntity> List<IColumnDefinition<TEntity>>SchemaUtils. getSortedColumnMappings(Connection connection, AbstractMapping<TEntity> mapping)static <TEntity> voidSchemaUtils. validateColumnMapping(Connection connection, AbstractMapping<TEntity> mapping)
-