Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.interval.Interval
Packages that use Interval
Package
Description
-
Uses of Interval in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type IntervalModifier and TypeMethodDescriptionprotected voidAbstractMapping.mapInterval(String columnName, Function<TEntity, Interval> propertyGetter) -
Uses of Interval in de.bytefish.pgbulkinsert.pgsql.handlers.utils
Methods in de.bytefish.pgbulkinsert.pgsql.handlers.utils with parameters of type IntervalModifier and TypeMethodDescriptionintprotected voidIntervalValueHandler.internalHandle(DataOutputStream buffer, Interval value) -
Uses of Interval in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type Interval