SELECT nextval('item_id_seq')
@Query(value = "SELECT nextval('item_id_seq')", nativeQuery = true) Long getNextSeriesId();