-
Method Summary
Methods inherited from interface io.micronaut.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Method Details
-
update
void update(@Id
Long id,
@Parameter("stringArray")
String[] stringArray,
@Parameter("stringArrayCollection")
Collection<String> stringArrayCollection,
@Parameter("shortArray")
Short[] shortArray,
@Parameter("shortPrimitiveArray")
short[] shortPrimitiveArray,
@Parameter("shortArrayCollection")
Collection<Short> shortArrayCollection,
@Parameter("integerArray") @Nullable
@Nullable Integer[] integerArray,
@Parameter("integerPrimitiveArray") @Nullable
@io.micronaut.core.annotation.Nullable int[] integerPrimitiveArray,
@Parameter("integerArrayCollection") @Nullable
@Nullable Collection<Integer> integerArrayCollection)
-