Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.network.MacAddress
Packages that use MacAddress
Package
Description
-
Uses of MacAddress in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type MacAddressModifier and TypeMethodDescriptionprotected voidAbstractMapping.mapMacAddress(String columnName, Function<TEntity, MacAddress> propertyGetter) -
Uses of MacAddress in de.bytefish.pgbulkinsert.pgsql.handlers
Methods in de.bytefish.pgbulkinsert.pgsql.handlers with parameters of type MacAddressModifier and TypeMethodDescriptionintMacAddressValueHandler.getLength(MacAddress value) protected voidMacAddressValueHandler.internalHandle(DataOutputStream buffer, MacAddress value) -
Uses of MacAddress in de.bytefish.pgbulkinsert.row
Methods in de.bytefish.pgbulkinsert.row with parameters of type MacAddressModifier and TypeMethodDescriptionvoidSimpleRow.setMacAddress(int ordinal, MacAddress value) voidSimpleRow.setMacAddress(String columnName, MacAddress value)