Uses of Class
de.bytefish.pgbulkinsert.pgsql.model.network.MacAddress
-
Packages that use MacAddress Package Description de.bytefish.pgbulkinsert.mapping de.bytefish.pgbulkinsert.pgsql.handlers de.bytefish.pgbulkinsert.row -
-
Uses of MacAddress in de.bytefish.pgbulkinsert.mapping
Method parameters in de.bytefish.pgbulkinsert.mapping with type arguments of type MacAddress Modifier and Type Method Description protected 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 MacAddress Modifier and Type Method Description intMacAddressValueHandler. 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 MacAddress Modifier and Type Method Description voidSimpleRow. setMacAddress(int ordinal, MacAddress value)voidSimpleRow. setMacAddress(String columnName, MacAddress value)
-